summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2009-10-04 23:56:25 +0200
committerDan McGee <dan@archlinux.org>2009-10-04 23:56:25 +0200
commitd7a20d9c41da4315282c3ebf8d43a8759c2dfb23 (patch)
treebf8c5a03a4a484ac8b81b57ab221d4ebfe135ddf
parent42042723a884930caf80ed578fc9fee2e0822bfb (diff)
downloadpacman-d7a20d9c41da4315282c3ebf8d43a8759c2dfb23.tar.gz
pacman-d7a20d9c41da4315282c3ebf8d43a8759c2dfb23.tar.xz
doc: Add HACKING to html target
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--doc/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4703b63a..de2c5eec 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