From 43cad9c871f32da7a5342ba8b68aa316d7e47e9e Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 13 Oct 2011 14:49:48 -0500 Subject: 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 --- doc/.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/.gitignore') 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 -- cgit v1.2.3-24-g4f1b