Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [build] kill off install target | Philipp Gesang | 2015-11-28 | 1 | -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 info | Philipp Gesang | 2015-11-28 | 1 | -0/+3 |
| | |||||
* | [mkstatus,build,conf] default to packaged fontloader via status file | Philipp Gesang | 2015-07-21 | 1 | -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 resources | Philipp Gesang | 2015-07-21 | 1 | -1/+1 |
| | | | | This ensures the file is included in the TDS repository. | ||||
* | [status] allow passing additional files on command line | Philipp Gesang | 2015-07-21 | 1 | -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 makefile | Philipp Gesang | 2015-07-21 | 1 | -1/+1 |
| | |||||
* | [build] add rules for import and packaging | Philipp Gesang | 2015-07-21 | 1 | -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 makefile | Philipp Gesang | 2014-12-09 | 1 | -1/+1 |
| | | | | | As a consequence, imported files not needed at runtime will no longer be packaged. | ||||
* | [build] include import script in makefile | Philipp Gesang | 2014-12-08 | 1 | -1/+3 |
| | |||||
* | [build] include cleanup targets in makefile usage message | Philipp Gesang | 2014-12-08 | 1 | -0/+3 |
| | |||||
* | [*] reorganize src/ subtree | Philipp Gesang | 2014-12-08 | 1 | -0/+2 |
| | | | | | This moves the fontloader files into a separate subdirectory to simplify maintainance. | ||||
* | [build] add target for signing packages | Philipp Gesang | 2014-07-16 | 1 | -2/+11 |
| | | | | ``make sign`` builds a CTAN package and signs it with GnuPG. | ||||
* | [build] verify syntax of Lua files prior to packaging | Philipp Gesang | 2014-07-13 | 1 | -1/+18 |
| | |||||
* | [build] include generated files in ctan zipball | Philipp Gesang | 2014-07-13 | 1 | -2/+2 |
| | |||||
* | [build] package example config | Philipp Gesang | 2014-07-13 | 1 | -2/+3 |
| | |||||
* | [build] remove obsolete targets | Philipp Gesang | 2014-07-13 | 1 | -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 makefiles | Philipp Gesang | 2014-06-09 | 1 | -10/+16 |
| | |||||
* | [*] handle license file in makefile | Philipp Gesang | 2014-03-07 | 1 | -2/+2 |
| | |||||
* | [misc,build] package suppressionfile in doc/ tree | Philipp Gesang | 2014-02-17 | 1 | -5/+9 |
| | |||||
* | [doc,*] adapt makefiles to new doc source | Philipp Gesang | 2014-02-15 | 1 | -1/+1 |
| | |||||
* | [build] declare show and showtargets .PHONY targets | Philipp Gesang | 2014-02-14 | 1 | -1/+1 |
| | |||||
* | [build] describe targets in Makefile (new top target: show) | Philipp Gesang | 2014-02-14 | 1 | -0/+22 |
| | |||||
* | [build] fix Makefile rules for TDS zip | Philipp Gesang | 2014-02-14 | 1 | -2/+3 |
| | |||||
* | [*] adapt Makefile to new dir structure | Philipp Gesang | 2014-02-14 | 1 | -22/+26 |
| | |||||
* | [*] adapt Makefile to ./scripts and ./build | Philipp Gesang | 2014-02-11 | 1 | -15/+29 |
| | |||||
* | [*] don’t hardcode name of gmake executable | Philipp Gesang | 2014-02-10 | 1 | -5/+5 |
| | |||||
* | [doc,*] fix TDS install rules in Makefile | Philipp Gesang | 2014-02-10 | 1 | -48/+49 |
| | |||||
* | [doc] add Makefile for doc subtree | Philipp Gesang | 2014-02-10 | 1 | -48/+45 |
| | |||||
* | [*] updat Makefile | Philipp Gesang | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | [*] excise test-related make rules | Philipp Gesang | 2014-01-02 | 1 | -23/+2 |
| | |||||
* | adapt makefile to preferred CTAN zip scheme | Philipp Gesang | 2013-07-24 | 1 | -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 Makefile | Philipp Gesang | 2013-07-14 | 1 | -2/+4 |
| | |||||
* | rename mkfilelist to mkstatus | Philipp Gesang | 2013-07-07 | 1 | -29/+29 |
| | |||||
* | add filelist to makefile | Philipp Gesang | 2013-07-07 | 1 | -2/+9 |
| | |||||
* | combine make rules for resources files | Philipp Gesang | 2013-05-18 | 1 | -2/+3 |
| | |||||
* | create make rule combining glyphlist and character list generation | Philipp Gesang | 2013-05-17 | 1 | -6/+17 |
| | |||||
* | remove duplicate luaotfload-[legacy-]tool.lua from tds tree | Philipp Gesang | 2013-05-15 | 1 | -2/+2 |
| | |||||
* | run rst2man instead of rst2man2 on manpage | Philipp Gesang | 2013-05-13 | 1 | -1/+1 |
| | |||||
* | use luatex for dtx extraction in Makefilev2.2a | Philipp Gesang | 2013-05-11 | 1 | -1/+1 |
| | |||||
* | add legacy script to Makefile | Philipp Gesang | 2013-05-10 | 1 | -2/+3 |
| | |||||
* | fix redundancy in Makefile | Philipp Gesang | 2013-05-07 | 1 | -1/+1 |
| | |||||
* | replace glyph list loader | Philipp Gesang | 2013-05-07 | 1 | -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 Makefile | Philipp Gesang | 2013-05-06 | 1 | -8/+21 |
| | |||||
* | Merge branch 'master' of https://github.com/phi-gamma/luaotfload | Philipp Gesang | 2013-05-06 | 1 | -4/+5 |
|\ | |||||
| * | Updating Makefile | Elie Roux | 2013-05-06 | 1 | -4/+5 |
| | | | | | | | | | | font-age.lua is now included in the .tdz.zip, latexmk works with my (old) version. | ||||
* | | add filegraph to docs | Philipp Gesang | 2013-05-06 | 1 | -1/+1 |
|/ | |||||
* | Updating Makefile a bit | Elie Roux | 2013-05-03 | 1 | -1/+1 |
| | |||||
* | update NEWS | Philipp Gesang | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | update documentation with info about ``mkglyphlist`` | Philipp Gesang | 2013-04-23 | 1 | -1/+3 |
| | |||||
* | update Makefile | Philipp Gesang | 2013-04-23 | 1 | -20/+27 |
| |