summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* | add filegraph to docsPhilipp Gesang2013-05-061-1/+1
|/
* Updating Makefile a bitElie Roux2013-05-031-1/+1
|
* update NEWSPhilipp Gesang2013-04-291-1/+1
|
* update documentation with info about ``mkglyphlist``Philipp Gesang2013-04-231-1/+3
|
* update MakefilePhilipp Gesang2013-04-231-20/+27
|
* Adding the .ltx files in the testsElie Roux2013-04-201-1/+1
|
* Making make check work on my systemElie Roux2013-04-201-3/+2
| | | | I cannot actually understand what was all the ENV thing for...
* add graph of included filesPhilipp Gesang2013-04-171-6/+16
|
* Run make check in a clean env as possibleKhaled Hosny2012-05-131-3/+4
|
* Get make check-all to work as advertisedKhaled Hosny2012-05-131-6/+8
|
* Allow make check to input files from test dirKhaled Hosny2012-05-131-3/+4
|
* Add font-age.luaKhaled Hosny2011-10-061-1/+1
| | | | | Note it is not renamed because it is loaded directly from otfl-fonts-enc.lua.
* Use latexmkKhaled Hosny2011-10-061-2/+1
|
* We do not use any indexesKhaled Hosny2011-10-061-3/+0
|
* Default installation to TEXMFHOMEKhaled Hosny2011-10-061-1/+1
|
* Eat our own dog foodKhaled Hosny2011-03-011-4/+4
|
* Implement general font blacklisting mechanismKhaled Hosny2010-06-251-1/+1
| | | | | | | | | | | | | Blacklisted fonts are listed one per line in a file named "otfl-blacklist.cnf", there can be as much copies of this file as kpse can find (we look for "tex" format despite of the file extension, so it can exist any where a .tex file can) and all found files will be loaded an read. The parser is rather dump, it assumes a good formated file; one font per line, no trailing spaces, no inline comments, lines starting with "%" and empty lines will be ignored, any other lines will end in the blacklist table without any further processing.
* Move fontconfig test to check-allKhaled Hosny2010-06-071-1/+1
| | | | It can't find the conf file here and thus failing.
* split "check": tl vs system fontsManuel Pégourié-Gonnard2010-05-311-2/+9
|
* tune "make check"Manuel Pégourié-Gonnard2010-05-301-3/+4
|
* Add a check target, make ctan depend on it.Manuel Pégourié-Gonnard2010-05-301-1/+11
|
* Revert "remove NEWS from the Makefile"Khaled Hosny2010-05-211-2/+2
| | | | This reverts commit 248d50f46dee46b17119f5f6c212bf42f77c5e80.
* remove NEWS from the MakefileWill Robertson2010-05-201-2/+2
| | | (still hope it's okay with everyone)
* change script locationManuel Pégourié-Gonnard2010-05-151-3/+4
|
* All caps file nameKhaled Hosny2010-05-091-2/+2
| | | | For, foolish, consistency.
* renaming in the Makefile tooeroux2010-03-011-3/+3
|
* Updating the README and MakefileElie Roux2010-02-251-7/+10
|
* Clean *.out files tooKhaled Hosny2010-02-131-1/+1
|
* Adding a News fileElie Roux2010-02-071-2/+2
|
* Rename TEXMF to TEXMFROOT in Makefile.Manuel Pégourié-Gonnard2009-06-291-8/+8
|
* New target `install TEXMF=/path/to/root'.Manuel Pégourié-Gonnard2009-05-011-12/+20
|
* Fix the `manifest' target.Manuel Pégourié-Gonnard2009-05-011-2/+3
|
* otfl-* files were missing in SOURCEManuel Pégourié-Gonnard2009-05-011-2/+3
|
* Makefile's: new 'manifest' target.Manuel Pégourié-Gonnard2009-05-011-2/+10
|
* Makefile: adapting CTAN.Manuel Pégourié-Gonnard2009-05-011-10/+16
|
* Packaging.Manuel Pégourié-Gonnard2009-04-291-0/+67
- Don't generate .drv file, it's useless. - Fixed dirs in \usedir. - Makefile with a target for CTAN distribution.