diff options
author | Dan McGee <dan@archlinux.org> | 2011-10-13 14:49:48 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-10-13 14:53:52 -0500 |
commit | 43cad9c871f32da7a5342ba8b68aa316d7e47e9e (patch) | |
tree | bf3eb4431dbf0f0d5dff8a9fcf63cc7e6de25226 /doc/.gitignore | |
parent | 04fd320e97770911894fb06ba98f3c17fc30c7d9 (diff) | |
download | pacman-43cad9c871f32da7a5342ba8b68aa316d7e47e9e.tar.xz |
doc: update .gitignore, add CSS override for new tables usage
* Make all docs depend on Makefile; if we change flags here we want them
rebuilt.
* Add explicit filenames to .gitignore so we can add our own CSS
override file, and add an asciidoc-override.css resource.
* Adjust a few asciidoc options when generating HTML.
* Remove asciidoc-manpage.css; apparantly this doesn't exist anymore.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/.gitignore')
-rw-r--r-- | doc/.gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/.gitignore b/doc/.gitignore index a7f33e55..5625735a 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -9,7 +9,9 @@ pkgdelta.8 repo-add.8 repo-remove.8 vercmp.8 -*.css +asciidoc-manpage.css +asciidoc.css +asciidoc.js *.html *.xml man3 |