X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=docs%2FMakefile;h=a64b80b00b05efe15c4ac55750a6277e778bf796;hb=125b44302522f6f27bc574d2f9f4e2bccf10f4d2;hp=5dc4b840f14630f50f86335f17162307a07179f7;hpb=8dfcd204e18d0a36b0f75cf622c24ad447e9ca1f;p=grml-live.git diff --git a/docs/Makefile b/docs/Makefile index 5dc4b84..a64b80b 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -4,19 +4,27 @@ doc: doc_man doc_html doc_html: html-stamp -html-stamp: grml-live.txt - asciidoc -b xhtml11 -a icons grml-live.txt +html-stamp: grml-live.txt grml-live-remaster.txt grml-live-db.txt + asciidoc -b xhtml11 -a icons -a toc -a numbered grml-live.txt + asciidoc -b xhtml11 -a icons grml-live-remaster.txt + asciidoc -b xhtml11 -a icons grml-live-db.txt touch html-stamp doc_man: man-stamp -man-stamp: grml-live.txt +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 + asciidoc -d manpage -b docbook grml-live-remaster.txt + xsltproc /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 touch man-stamp online: doc_html scp grml-live.html grml:/var/www/grml/grml-live/index.html clean: + rm -rf grml-live-remaster.html grml-live-remaster.xml grml-live-remaster.8 rm -rf grml-live.html grml-live.xml grml-live.8 html-stamp man-stamp + rm -rf grml-live-db.html grml-live-db.xml grml-live-db.8 html-stamp man-stamp