diff options
author | Dan McGee <dan@archlinux.org> | 2009-04-11 19:38:20 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-04-11 19:38:20 +0200 |
commit | 6fb0c5abd7ac98694e9fb25749ed3b2e5b8c8848 (patch) | |
tree | ec3d0e5673ab855fababde63ab3286162fd0578e | |
parent | 20ab91fb792644d8f32a525dd38ba02761d03c4c (diff) | |
download | pacman-6fb0c5abd7ac98694e9fb25749ed3b2e5b8c8848.tar.gz pacman-6fb0c5abd7ac98694e9fb25749ed3b2e5b8c8848.tar.xz |
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>
-rw-r--r-- | doc/.gitignore | 3 | ||||
-rw-r--r-- | doc/Makefile.am | 6 | ||||
-rw-r--r-- | doc/submitting-patches.txt (renamed from submitting-patches) | 0 | ||||
-rw-r--r-- | doc/translation-help.txt (renamed from translation-help) | 0 |
4 files changed, 7 insertions, 2 deletions
diff --git a/doc/.gitignore b/doc/.gitignore index 45a7586d..c20afbdb 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -6,6 +6,7 @@ pacman.8 pacman.conf.5 repo-add.8 repo-remove.8 -*.xml +*.css *.html +*.xml man3 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) diff --git a/submitting-patches b/doc/submitting-patches.txt index e6853c5f..e6853c5f 100644 --- a/submitting-patches +++ b/doc/submitting-patches.txt diff --git a/translation-help b/doc/translation-help.txt index dd3b4129..dd3b4129 100644 --- a/translation-help +++ b/doc/translation-help.txt |