diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2015-11-28 00:29:24 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2015-11-28 00:29:24 +0100 |
commit | 4e24e6d3f5c152ab1dc49339561da4b7a80dc736 (patch) | |
tree | e18e208fbfed62edf97822aff168d9e66f8aed07 | |
parent | 36c87427e9bba1b3ca1dc58a0d6f914ca21bc9a6 (diff) | |
download | luaotfload-4e24e6d3f5c152ab1dc49339561da4b7a80dc736.tar.gz |
[build] include import and package targets in build info
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -237,6 +237,9 @@ showtargets: @echo " chars import char-def.lua as luaotfload-characters.lua" @echo " status create repository info (luaotfload-status.lua)" @echo + @echo " import grab files from upstream" + @echo " package package fontloader" + @echo @echo " tds package a zipball according to the TDS" @echo " ctan package a zipball for uploading to CTAN" @echo " sign sign zipball" |