diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2015-11-05 23:07:53 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2015-11-05 23:07:53 +0100 |
commit | de66d7228b7b91c93cb38c8bf50008f7137b0985 (patch) | |
tree | d6ab26794f191dabf32444afb960d3c5dc8f10f6 /doc/Makefile | |
parent | 0a1d8feda744a647f56d97805e6e5d07d107cd71 (diff) | |
download | luaotfload-de66d7228b7b91c93cb38c8bf50008f7137b0985.tar.gz |
[graph] update to current state of affairs
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index ed340a4..6d68281 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -47,7 +47,7 @@ $(DOTPDF): $(DOT) @echo "creating file graph ($(DOTPDF))" $(DO_GRAPHVIZ) -.PHONY: clean mrproper +.PHONY: clean mrproper graph doc all manuals clean: @$(RM) -- *.log *.aux *.toc *.idx *.ind *.ilg *.out |