summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2009-10-11 19:57:57 +0200
committerDan McGee <dan@archlinux.org>2009-10-11 19:57:57 +0200
commitcf0d619670a4d0c67ad67e22bacbb69c203714f5 (patch)
treeb4edada535df2b5beda4d9bcaf0f62e406a9c164 /doc/Makefile.am
parent8e7652f1afd7ba5198f3aa10a94c50bb67f7a407 (diff)
parent5e03941ee5fbd0cc69ac83e2dd6ad6d3e6d940cd (diff)
downloadpacman-cf0d619670a4d0c67ad67e22bacbb69c203714f5.tar.gz
pacman-cf0d619670a4d0c67ad67e22bacbb69c203714f5.tar.xz
Merge branch 'maint'
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am7
1 files changed, 6 insertions, 1 deletions
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