summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-07-13 19:17:11 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2014-07-13 19:20:23 +0200
commit55aaa995395d670696df6542c5595b8187a7a1e9 (patch)
treefe637334660117b5e74491448266b0d1483de321 /Makefile
parent379e77d53a6f5017e49e247cc87d8e20db3695df (diff)
downloadluaotfload-55aaa995395d670696df6542c5595b8187a7a1e9.tar.gz
[build] remove obsolete targets
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index fd3eefb..5673cc7 100644
--- a/Makefile
+++ b/Makefile
@@ -87,14 +87,13 @@ DO_STATUS = $(LUA) $(STATUSSCRIPT) > /dev/null
show: showtargets
-all: $(GENERATED)
+all: ctan
builddir: $(BUILDDIR)
resources: $(RESOURCES)
chars: $(CHARS)
status: $(STATUS)
ctan: $(CTAN_ZIP)
tds: $(TDS_ZIP)
-world: all ctan
graph: $(DOTPDF)
doc: $(DOCS)
@@ -185,8 +184,6 @@ mrproper: clean
showtargets:
@echo "Available targets:"
@echo
- @echo " all build everything: documentation, resources,"
- @echo " world build everything and package zipballs"
@echo " doc compile PDF documentation"
@echo " resources generate resource files (chars, glyphs)"
@echo