X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fdeveloper%2FMakefile;h=8a14bd6521008771357e6e56d09d207ae8f66513;hb=7686840e5c2b384eab661455a5e532a97c669e96;hp=bbd8ba0abe91cd291145eb41f922b0355faa795e;hpb=c7ff8f1cb9f0a5d45d0d98913b3c49bc83ff0ac5;p=vlc diff --git a/doc/developer/Makefile b/doc/developer/Makefile index bbd8ba0abe..8a14bd6521 100644 --- a/doc/developer/Makefile +++ b/doc/developer/Makefile @@ -1,5 +1,5 @@ # Makefile for VideoLAN Doc -# Clément Stenac +# Clément Stenac # Anil Daoud XSLTPROC=xsltproc @@ -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