doc: Add HACKING to html target

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2009-10-04 16:56:25 -05:00
parent 42042723a8
commit d7a20d9c41

View file

@ -26,7 +26,8 @@ HTML_MANPAGES = \
HTML_OTHER = \ HTML_OTHER = \
index.html \ index.html \
submitting-patches.html \ submitting-patches.html \
translation-help.html translation-help.html \
HACKING.html
HTML_DOCS = \ HTML_DOCS = \
$(HTML_MANPAGES) \ $(HTML_MANPAGES) \
@ -99,6 +100,10 @@ $(ASCIIDOC_MANS): asciidoc.conf footer.txt
asciidoc $(ASCIIDOC_OPTS) -a linkcss $*.txt asciidoc $(ASCIIDOC_OPTS) -a linkcss $*.txt
dos2unix $@ dos2unix $@
HACKING.html: ../HACKING
asciidoc $(ASCIIDOC_OPTS) -a linkcss -o $@ ../HACKING
dos2unix $@
# Customizations for certain HTML docs # Customizations for certain HTML docs
$(HTML_MANPAGES): asciidoc.conf footer.txt $(HTML_MANPAGES): asciidoc.conf footer.txt
$(HTML_OTHER): asciidoc.conf $(HTML_OTHER): asciidoc.conf