Show More
@@ -15,7 +15,7 b' html: $(HTML)' | |||||
15 | asciidoc -d manpage -b docbook $*.txt |
|
15 | asciidoc -d manpage -b docbook $*.txt | |
16 |
|
16 | |||
17 | %.html: %.txt |
|
17 | %.html: %.txt | |
18 | asciidoc -b html4 $*.txt |
|
18 | asciidoc -b html4 $*.txt || asciidoc -b html $*.txt | |
19 |
|
19 | |||
20 | clean: |
|
20 | clean: | |
21 | $(RM) $(MAN) $(MAN:%=%.xml) $(MAN:%=%.html) |
|
21 | $(RM) $(MAN) $(MAN:%=%.xml) $(MAN:%=%.html) |
General Comments 0
You need to be logged in to leave comments.
Login now