X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=docs%2FMakefile;h=9771ab22f6a829d75abe19530b8c2636e0d25abb;hp=e4b5a9501ac1b0829c0674fc585703cb7b478698;hb=cd6eea7f0f5d029f40d1aff1af62b78f82abbd06;hpb=229a51dfda4d619c47fb4b0ff94d4d952f61e62a diff --git a/docs/Makefile b/docs/Makefile index e4b5a95..9771ab2 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -4,19 +4,23 @@ doc: doc_man doc_html doc_html: html-stamp -html-stamp: grml-live.txt - asciidoc -b xhtml11 grml-live.txt +html-stamp: grml-live.txt grml-live-remaster.txt + asciidoc -b xhtml11 -a icons -a toc -a numbered grml-live.txt + asciidoc -b xhtml11 -a icons grml-live-remaster.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 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