X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=docs%2FMakefile;h=f27c34197c5bf240fc4128d757f7c23981acf00b;hp=b9f9aaac1a0630d92399777e27004d3866ab51c6;hb=d04892a34561ab15943e526b249aa036da8185a1;hpb=76e8d3a7c7b8d1cc894362ec750e08623207314b diff --git a/docs/Makefile b/docs/Makefile index b9f9aaa..f27c341 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -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