[Piuparts-commits] rev 314 - trunk

Holger Levsen holger at alioth.debian.org
Sat Apr 4 13:57:06 UTC 2009


Author: holger
Date: 2009-04-04 13:57:06 +0000 (Sat, 04 Apr 2009)
New Revision: 314

Modified:
   trunk/
   trunk/Makefile
Log:
include css and png files in html version


Property changes on: trunk
___________________________________________________________________
Name: svn:ignore
   - README.html
README.pdf
piuparts.1
piuparts

   + README.html
README.pdf
piuparts.1
piuparts
docbook-xsl.css


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2009-04-04 13:48:44 UTC (rev 313)
+++ trunk/Makefile	2009-04-04 13:57:06 UTC (rev 314)
@@ -21,11 +21,11 @@
 
 install-doc:
 	docbook2x-man --encoding=utf-8 piuparts.docbook
-	a2x -a toc -a toclevels=3 -f xhtml README.txt
+	a2x --copy -a toc -a toclevels=3 -f xhtml README.txt
 	a2x -a toc -a toclevels=3 -f pdf README.txt
 	rm README.xml
 	install -d $(docdir)/
-	for file in README.txt README.html README.pdf; do \
+	for file in README.txt README.html docbook-xsl.css *.png README.pdf; do \
 	    install -m 0755 $$file $(docdir)/ ; done
 	
 	install -d $(man1dir) 




More information about the Piuparts-commits mailing list