index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | doc/Makefile.am | 7 |
diff --git a/doc/Makefile.am b/doc/Makefile.am index 6261d926..fcbcab88 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -26,7 +26,8 @@ HTML_MANPAGES = \ HTML_OTHER = \ index.html \ submitting-patches.html \ - translation-help.html + translation-help.html \ + HACKING.html HTML_DOCS = \ $(HTML_MANPAGES) \ @@ -99,6 +100,10 @@ $(ASCIIDOC_MANS): asciidoc.conf footer.txt asciidoc $(ASCIIDOC_OPTS) -a linkcss $*.txt dos2unix $@ +HACKING.html: ../HACKING + asciidoc $(ASCIIDOC_OPTS) -a linkcss -o $@ ../HACKING + dos2unix $@ + # Customizations for certain HTML docs $(HTML_MANPAGES): asciidoc.conf footer.txt $(HTML_OTHER): asciidoc.conf |