summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* [build] reinstate the “install” targetv2.8-rc2Philipp Gesang2016-09-291-8/+10
|
* [mkimport,build] integrate with main makefilePhilipp Gesang2015-12-121-4/+2
|
* [build] include package, import, and test scripts in treev2.6Philipp Gesang2015-12-091-0/+3
|
* [build] keep fontloader source in tex subtree to keep kpse happyPhilipp Gesang2015-12-031-1/+1
| | | | | | kpathsea doesn’t return paths to files in the source subtree so loading the unpackaged fontloader files is broken. Fix this by moving the relevant files in the tex tree.
* [build] include fontloader source in packagesPhilipp Gesang2015-12-021-4/+9
|
* [build] kill off install targetPhilipp Gesang2015-11-281-4/+8
| | | | | | | | | A while back we had one confused user who apparently had a borked install due to this. Since it hasn’t been tested, we replace the original instructions with a help message. The target may be reintroduced at some point (build TDS, then extract to local tree), but for now it’s not worth the hassle.
* [build] include import and package targets in build infoPhilipp Gesang2015-11-281-0/+3
|
* [mkstatus,build,conf] default to packaged fontloader via status filePhilipp Gesang2015-07-211-1/+1
| | | | | | | | This adds an entry ``loader`` on the ``notes`` hash in the status table by means of which the fontloader can be specified. The status file is read when building the configuration table, and if it is present the entry in the ``loader`` table will be used as the default fontloader. Otherwise, Luaotfload falls back on the reference loader.
* [build] include merged fontloader in resourcesPhilipp Gesang2015-07-211-1/+1
| | | | This ensures the file is included in the TDS repository.
* [status] allow passing additional files on command linePhilipp Gesang2015-07-211-4/+5
| | | | | During a build process, the name of a freshly created fontloader package will be passed to ``mkstatus`` so it’ll be considered in the status file.
* [import] automate merge with parameters passed from makefilePhilipp Gesang2015-07-211-1/+1
|
* [build] add rules for import and packagingPhilipp Gesang2015-07-211-2/+13
| | | | | | | | | | | | | New targets: $ make import Runs the packaging script in import mode. Also, $ make loader Will package the files in the src/fontloader/* directories into a merged fontloader package using mtx-package.
* [build] update import path in makefilePhilipp Gesang2014-12-091-1/+1
| | | | | As a consequence, imported files not needed at runtime will no longer be packaged.
* [build] include import script in makefilePhilipp Gesang2014-12-081-1/+3
|
* [build] include cleanup targets in makefile usage messagePhilipp Gesang2014-12-081-0/+3
|
* [*] reorganize src/ subtreePhilipp Gesang2014-12-081-0/+2
| | | | | This moves the fontloader files into a separate subdirectory to simplify maintainance.
* [build] add target for signing packagesPhilipp Gesang2014-07-161-2/+11
| | | | ``make sign`` builds a CTAN package and signs it with GnuPG.
* [build] verify syntax of Lua files prior to packagingPhilipp Gesang2014-07-131-1/+18
|
* [build] include generated files in ctan zipballPhilipp Gesang2014-07-131-2/+2
|
* [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.