]> git.sesse.net Git - vlc/commitdiff
* the txt rule now uses xsltproc. faster and nicer
authorAnil Daoud <anil@videolan.org>
Mon, 7 Jun 2004 20:35:12 +0000 (20:35 +0000)
committerAnil Daoud <anil@videolan.org>
Mon, 7 Jun 2004 20:35:12 +0000 (20:35 +0000)
doc/developer/Makefile

index d66af48926d2f81f52c5637c426b657884ef15a8..241085280c4ac230d0af2b1a592850ec285b0114 100644 (file)
@@ -9,6 +9,7 @@ JADE=jade
 XML_DECL := /usr/share/sgml/declaration/xml.decl
 XSL_CHUNK = videolan-doc-chunk.xsl
 XSL = videolan-doc.xsl
+XSL_TXT = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/xhtml/html.xsl
 
 all: manual
 
@@ -32,9 +33,7 @@ manual.pdf: *.xml
        
 # TXT
 manual.txt:  *.xml
-       $(JADE) -t sgml -d stylesheet-txt.dsl $(XML_DECL) manual.xml > text.html
-       $(LYNX) -force_html -dump text.html > manual.txt
-#      rm -f text.html
+       xsltproc $(XSL_TXT) manual.xml > manual.txt
 
 clean:
        rm -f manual.txt manual.pdf