[alexandria-cvs] updated branch master: a2c71ef... add usage and all targets to doc/Makefile
Nikodemus Siivola
nsiivola at common-lisp.net
Mon Mar 8 11:27:26 UTC 2010
The branch master has been updated:
via a2c71efed048596cb0fbc734e814248d00a2601f (commit)
from 681f8735c613fa96a9cf12ddf76ce45197745011 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a2c71efed048596cb0fbc734e814248d00a2601f
Author: Nikodemus Siivola <nikodemus at random-state.net>
Date: Mon Mar 8 13:25:49 2010 +0200
add usage and all targets to doc/Makefile
Running "clean" by default is was a bit odd...
Reported by: Daniel Herring <dherring at tentpost.com>
-----------------------------------------------------------------------
Summary of changes:
doc/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/doc/Makefile b/doc/Makefile
index 5ae667c..22d1c5f 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,4 +1,9 @@
-.PHONY: clean html pdf
+.PHONY: usage all clean html pdf
+
+usage:
+ @echo "Targets: all, clean, html, pdf"
+
+all: html pdf
clean:
rm -rf include *.aux *.cp *.fn *.fns *.ky *.log *.pg *.toc *.tp *.tps *.vr *.pdf *.html
--
Alexandria hooks/post-receive
More information about the alexandria-cvs
mailing list