index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2011-12-24 20:21:51 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-01-02 19:15:58 -0600 |
commit | 6507fd6bf0a05dfd65bc035ffca1f8941b784801 (patch) | |
tree | 08fd2efcab66d1c556b48957d2de8320ed3b58fe /doc/Makefile.am | |
parent | 7113ea4e08fdc9ca12b8e7a4829d749923029941 (diff) |
-rw-r--r-- | doc/Makefile.am | 6 |
diff --git a/doc/Makefile.am b/doc/Makefile.am index f449e727..4c1700b9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -118,7 +118,7 @@ A2X_OPTS = \ --destination-dir='./' # These rules are due to the includes and files of the asciidoc text -$(ASCIIDOC_MANS): asciidoc.conf footer.txt Makefile +$(ASCIIDOC_MANS): asciidoc.conf footer.txt Makefile.am a2x $(A2X_OPTS) --asciidoc-opts="$(ASCIIDOC_OPTS) --out-file=./$@.xml" $(srcdir)/$@.txt %.html: %.txt @@ -130,8 +130,8 @@ HACKING.html: ../HACKING dos2unix $@ # Customizations for certain HTML docs -$(HTML_MANPAGES): asciidoc.conf footer.txt Makefile -$(HTML_OTHER): asciidoc.conf Makefile +$(HTML_MANPAGES): asciidoc.conf footer.txt Makefile.am +$(HTML_OTHER): asciidoc.conf Makefile.am %.html: ASCIIDOC_OPTS += -a linkcss -a toc -a icons -a max-width=960px -a stylesheet=asciidoc-override.css %.8.html: ASCIIDOC_OPTS += -d manpage %.5.html: ASCIIDOC_OPTS += -d manpage |