From 427b44e205abbf2e2ba5ad8add14ab4a49e4d6bd Mon Sep 17 00:00:00 2001 From: Anil Daoud Date: Mon, 7 Jun 2004 20:35:12 +0000 Subject: [PATCH] * the txt rule now uses xsltproc. faster and nicer --- doc/developer/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/developer/Makefile b/doc/developer/Makefile index d66af48926..241085280c 100644 --- a/doc/developer/Makefile +++ b/doc/developer/Makefile @@ -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 -- 2.39.5