doc: move files around for consistency

Move some of our documentation files, even though they aren't manpages, to
the doc/ directory. This allows the new 'html' make target to manage them.

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2009-04-11 12:38:20 -05:00
parent 20ab91fb79
commit 6fb0c5abd7
4 changed files with 7 additions and 2 deletions

3
doc/.gitignore vendored
View File

@ -6,6 +6,7 @@ pacman.8
pacman.conf.5
repo-add.8
repo-remove.8
*.xml
*.css
*.html
*.xml
man3

View File

@ -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)