diff options
author | Dan McGee <dan@archlinux.org> | 2011-06-01 12:10:32 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-01 12:11:24 -0500 |
commit | ac1726788c4bf9ae335df9f69f14a5f80208c413 (patch) | |
tree | 4d3b63eba1b9c5ff4311d00d3eae127f6ea9ad82 /doc | |
parent | 1855b3073a33874a80d64e40296050641d63cd63 (diff) |
doc: update Makefile for new asciidoc resource location
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 00a0e88d..afb8e8f2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -86,9 +86,9 @@ html: $(HTML_DOCS) website: html bsdtar czf website.tar.gz $(HTML_DOCS) \ -C /etc/asciidoc/stylesheets/ \ - xhtml11.css xhtml11-manpage.css xhtml11-quirks.css \ + asciidoc.css asciidoc-manpage.css \ -C /etc/asciidoc/javascripts/ \ - asciidoc-xhtml11.js \ + asciidoc.js \ -C /etc/asciidoc/ \ images |