[Secure-testing-commits] r25595 - doc/public
Luciano Bello
luciano at moszumanska.debian.org
Sat Feb 8 11:04:06 UTC 2014
Author: luciano
Date: 2014-02-08 11:04:06 +0000 (Sat, 08 Feb 2014)
New Revision: 25595
Modified:
doc/public/Makefile
Log:
PHONY documentation
Modified: doc/public/Makefile
===================================================================
--- doc/public/Makefile 2014-02-08 11:02:01 UTC (rev 25594)
+++ doc/public/Makefile 2014-02-08 11:04:06 UTC (rev 25595)
@@ -8,7 +8,10 @@
%.html: %
/usr/bin/markdown_py $< $(addprefix -x ,$(EXTENSIONS)) -f $@
+.PHONY: clean all rebuild
+
clean:
rm $(HTMLS)
rebuild : clean all
+
More information about the Secure-testing-commits
mailing list