diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index cd0d83ba..a796a91e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -24,7 +24,9 @@ HTML_MANPAGES = \ libalpm.3.html HTML_OTHER = \ - index.html + index.html \ + submitting-patches.html \ + translation-help.html HTML_DOCS = \ $(HTML_MANPAGES) \ @@ -42,6 +44,8 @@ EXTRA_DIST = \ libalpm.3.txt \ footer.txt \ index.txt \ + submitting-patches.txt \ + translation-help.txt \ Doxyfile \ $(ASCIIDOC_MANS) \ $(DOXYGEN_MANS) |