X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2FMakefile;fp=docs%2FMakefile;h=0000000000000000000000000000000000000000;hb=1a06f3f65adef0fdd432aad11f479020630778a5;hp=4fb6d5e768e951ad6aa38fb0e50bec95e9b2e587;hpb=3ce5c1d60539aa8d2a01a810aa92325f8c513696;p=grml-live.git diff --git a/docs/Makefile b/docs/Makefile deleted file mode 100644 index 4fb6d5e..0000000 --- a/docs/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -all: doc - -# doc: doc_man doc_html -doc: doc_html - -doc_html: html-stamp - -html-stamp: grml-live.txt - asciidoc -b xhtml11 grml-live.txt - touch html-stamp - -doc_man: man-stamp - -man-stamp: grml-live.txt - asciidoc -d manpage -b docbook grml-live.txt - sed -i 's///' grml-live.xml - xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl grml-live.xml - # ugly hack to avoid duplicate empty lines in manpage - # notice: docbook-xsl 1.71.0.dfsg.1-1 is broken! make sure you use 1.68.1.dfsg.1-0.2! - cp grml-live.8 grml-live.8.tmp - uniq grml-live.8.tmp > grml-live.8 - rm grml-live.8.tmp - touch man-stamp - -clean: - rm -rf grml-live.html grml-live.xml grml-live.8 html-stamp man-stamp - -online: - scp grml-live.html grml:/var/www/grml/grml-live/index.html