diff options
author | Dan McGee <dan@archlinux.org> | 2009-04-11 12:38:20 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-04-11 12:38:20 -0500 |
commit | 6fb0c5abd7ac98694e9fb25749ed3b2e5b8c8848 (patch) | |
tree | ec3d0e5673ab855fababde63ab3286162fd0578e /doc/.gitignore | |
parent | 20ab91fb792644d8f32a525dd38ba02761d03c4c (diff) | |
download | 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>
Diffstat (limited to 'doc/.gitignore')
-rw-r--r-- | doc/.gitignore | 3 |
1 files changed, 2 insertions, 1 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 |