We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9c352c + f88c07b commit 995f76fCopy full SHA for 995f76f
Makefile
@@ -7,14 +7,14 @@ doc: doc_man doc_html
7
8
doc_html: html-stamp
9
10
-html-stamp: grml-debootstrap.8.txt
11
- asciidoc -b xhtml11 -a icons grml-debootstrap.8.txt
+html-stamp: grml-debootstrap.8.adoc
+ asciidoc -b xhtml11 -a icons grml-debootstrap.8.adoc
12
touch html-stamp
13
14
doc_man: man-stamp
15
16
-man-stamp: grml-debootstrap.8.txt
17
- asciidoc -d manpage -b docbook grml-debootstrap.8.txt
+man-stamp: grml-debootstrap.8.adoc
+ asciidoc -d manpage -b docbook grml-debootstrap.8.adoc
18
xsltproc --nonet --stringparam man.base.url.for.relative.links https://grml.org/grml-debootstrap/ \
19
$(DOCBOOK_XML) grml-debootstrap.8.xml
20
touch man-stamp
grml-debootstrap.8.txt grml-debootstrap.8.adocgrml-debootstrap.8.txt renamed to grml-debootstrap.8.adoc
0 commit comments