|
From: <di...@us...> - 2009-05-20 22:08:49
|
Revision: 658
http://safekeep.svn.sourceforge.net/safekeep/?rev=658&view=rev
Author: dimi
Date: 2009-05-20 22:08:47 +0000 (Wed, 20 May 2009)
Log Message:
-----------
HTML 4 is good enough
Modified Paths:
--------------
safekeep/trunk/Makefile
Modified: safekeep/trunk/Makefile
===================================================================
--- safekeep/trunk/Makefile 2009-05-20 21:34:57 UTC (rev 657)
+++ safekeep/trunk/Makefile 2009-05-20 22:08:47 UTC (rev 658)
@@ -79,7 +79,7 @@
man: $(DOC_MAN)
%.html: %.txt
- asciidoc -b xhtml11 -d manpage -f doc/asciidoc.conf $<
+ asciidoc -b html4 -d manpage -f doc/asciidoc.conf $<
%.1 %.5: %.xml
xmlto -o doc -m doc/callouts.xsl man $<
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|