|
From: <di...@us...> - 2009-08-12 18:22:59
|
Revision: 667
http://safekeep.svn.sourceforge.net/safekeep/?rev=667&view=rev
Author: dimi
Date: 2009-08-12 18:22:51 +0000 (Wed, 12 Aug 2009)
Log Message:
-----------
Invoke asciidoc in unsafe mode, it outputs too many messages.
Thanks go to Jeff Spaleta <jsp...@gm...> for the suggestion.
Modified Paths:
--------------
safekeep/trunk/Makefile
Modified: safekeep/trunk/Makefile
===================================================================
--- safekeep/trunk/Makefile 2009-06-04 15:35:29 UTC (rev 666)
+++ safekeep/trunk/Makefile 2009-08-12 18:22:51 UTC (rev 667)
@@ -79,13 +79,13 @@
man: $(DOC_MAN)
%.html: %.txt
- asciidoc -b html4 -d manpage -f doc/asciidoc.conf $<
+ asciidoc --unsafe -b html4 -d manpage -f doc/asciidoc.conf $<
%.1 %.5: %.xml
xmlto -o doc -m doc/callouts.xsl man $<
%.xml: %.txt
- asciidoc -b docbook -d manpage -f doc/asciidoc.conf $<
+ asciidoc --unsafe -b docbook -d manpage -f doc/asciidoc.conf $<
$(DOC_HTML) $(DOC_MAN): doc/asciidoc.conf
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|