X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=docs%2FMakefile;h=f27c34197c5bf240fc4128d757f7c23981acf00b;hp=ba8aa4e4001b4db3c2023d6cba1206b6ea747987;hb=b97721f7f383f030396fa41bab2c80e5151cdda1;hpb=8cf1f25a072cb80a9d4fa821db2ff7ffab179677 diff --git a/docs/Makefile b/docs/Makefile index ba8aa4e..f27c341 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,6 +1,6 @@ all: doc -doc: doc_man doc_html doc_epub doc_pdf +doc: doc_man doc_html doc_html: html-stamp @@ -14,11 +14,11 @@ doc_man: man-stamp man-stamp: grml-live.txt grml-live-remaster.txt asciidoc -d manpage -b docbook grml-live.txt - xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl grml-live.xml + xsltproc --novalid /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl grml-live.xml asciidoc -d manpage -b docbook grml-live-remaster.txt - xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl grml-live-remaster.xml + xsltproc --novalid /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl grml-live-remaster.xml asciidoc -d manpage -b docbook grml-live-db.txt - xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl grml-live-db.xml + xsltproc --novalid /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl grml-live-db.xml touch man-stamp doc_epub: epub-stamp