summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* [build] package example configPhilipp Gesang2014-07-131-2/+3
|
* [build] remove obsolete targetsPhilipp Gesang2014-07-131-4/+1
| | | | | | The target ``all`` didn’t work for quite a long time and ``world`` was more or less an alias for it. The ``ctan`` target does everything now, with ``all`` as an alias.
* [*] add rules for building config man page to makefilesPhilipp Gesang2014-06-091-10/+16
|
* [*] handle license file in makefilePhilipp Gesang2014-03-071-2/+2
|
* [misc,build] package suppressionfile in doc/ treePhilipp Gesang2014-02-171-5/+9
|
* [doc,*] adapt makefiles to new doc sourcePhilipp Gesang2014-02-151-1/+1
|
* [build] declare show and showtargets .PHONY targetsPhilipp Gesang2014-02-141-1/+1
|
* [build] describe targets in Makefile (new top target: show)Philipp Gesang2014-02-141-0/+22
|
* [build] fix Makefile rules for TDS zipPhilipp Gesang2014-02-141-2/+3
|
* [*] adapt Makefile to new dir structurePhilipp Gesang2014-02-141-22/+26
|
* [*] adapt Makefile to ./scripts and ./buildPhilipp Gesang2014-02-111-15/+29
|
* [*] don’t hardcode name of gmake executablePhilipp Gesang2014-02-101-5/+5
|
* [doc,*] fix TDS install rules in MakefilePhilipp Gesang2014-02-101-48/+49
|
* [doc] add Makefile for doc subtreePhilipp Gesang2014-02-101-48/+45
|
* [*] updat MakefilePhilipp Gesang2014-01-161-1/+1
|
* [*] excise test-related make rulesPhilipp Gesang2014-01-021-23/+2
|
* adapt makefile to preferred CTAN zip schemePhilipp Gesang2013-07-241-1/+11
| | | | | | | | | | | according to Robin Fairbairns: > btw, the least error-prone format for the zip file is: > > xyz.zip -> > xyz.tds.zip (if available) > xyz/ > [actual distribution of package xyz]
* use call luatex manually instead of latexmk in MakefilePhilipp Gesang2013-07-141-2/+4
|
* rename mkfilelist to mkstatusPhilipp Gesang2013-07-071-29/+29
|
* add filelist to makefilePhilipp Gesang2013-07-071-2/+9
|
* combine make rules for resources filesPhilipp Gesang2013-05-181-2/+3
|
* create make rule combining glyphlist and character list generationPhilipp Gesang2013-05-171-6/+17
|
* remove duplicate luaotfload-[legacy-]tool.lua from tds treePhilipp Gesang2013-05-151-2/+2
|
* run rst2man instead of rst2man2 on manpagePhilipp Gesang2013-05-131-1/+1
|
* use luatex for dtx extraction in Makefilev2.2aPhilipp Gesang2013-05-111-1/+1
|
* add legacy script to MakefilePhilipp Gesang2013-05-101-2/+3
|
* fix redundancy in MakefilePhilipp Gesang2013-05-071-1/+1
|
* replace glyph list loaderPhilipp Gesang2013-05-071-1/+1
| | | | | | | Karl Berry made us aware that our generated version of ``font-age.lua`` differs from the Context/Luatex-Fonts one and should be renamed. It’s trivial to do so but invasive still. This workaround may have to be adapted if Hans chooses to rewrite the Glyph List loader.
* add manpage to MakefilePhilipp Gesang2013-05-061-8/+21
|
* Merge branch 'master' of https://github.com/phi-gamma/luaotfloadPhilipp Gesang2013-05-061-4/+5
|\
| * Updating MakefileElie Roux2013-05-061-4/+5
| | | | | | | | | | font-age.lua is now included in the .tdz.zip, latexmk works with my (old) version.
* | 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
|