Skip to content

Commit 995f76f

Browse files
authored
Merge pull request #352 from grml/zeha/adoc
Rename asciidoc files to *.adoc
2 parents e9c352c + f88c07b commit 995f76f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ doc: doc_man doc_html
77

88
doc_html: html-stamp
99

10-
html-stamp: grml-debootstrap.8.txt
11-
asciidoc -b xhtml11 -a icons grml-debootstrap.8.txt
10+
html-stamp: grml-debootstrap.8.adoc
11+
asciidoc -b xhtml11 -a icons grml-debootstrap.8.adoc
1212
touch html-stamp
1313

1414
doc_man: man-stamp
1515

16-
man-stamp: grml-debootstrap.8.txt
17-
asciidoc -d manpage -b docbook grml-debootstrap.8.txt
16+
man-stamp: grml-debootstrap.8.adoc
17+
asciidoc -d manpage -b docbook grml-debootstrap.8.adoc
1818
xsltproc --nonet --stringparam man.base.url.for.relative.links https://grml.org/grml-debootstrap/ \
1919
$(DOCBOOK_XML) grml-debootstrap.8.xml
2020
touch man-stamp
File renamed without changes.

0 commit comments

Comments
 (0)