beast r4466 - trunk/docs/imports
- From: timj svn gnome org
- To: svn-commits-list gnome org
- Subject: beast r4466 - trunk/docs/imports
- Date: Wed, 4 Jun 2008 21:55:08 +0000 (UTC)
Author: timj
Date: Wed Jun 4 21:55:08 2008
New Revision: 4466
URL: http://svn.gnome.org/viewvc/beast?rev=4466&view=rev
Log:
docs/imports/Makefile.am: updated import-docs: rule to new testbit.eu chrome
Modified:
trunk/docs/imports/Makefile.am
Modified: trunk/docs/imports/Makefile.am
==============================================================================
--- trunk/docs/imports/Makefile.am (original)
+++ trunk/docs/imports/Makefile.am Wed Jun 4 21:55:08 2008
@@ -15,12 +15,13 @@
"http://testbit.eu/wiki/Beast-Quickstart" \
"http://testbit.eu/beastdocs.css"
-CHROME_ARGS = --header "X-Theme: chrome=off style=beastdocs.css"
+CHROME_CONF = --no-cache --header "X-Script-Chrome: chrome=off style=beastdocs.css"
+WGET_MIRROR = wget -k -np -nd -nc
import-docs:
rm -f ${IMPORT_TARGETS}
for fi in ${IMPORT_LINKS} ; do echo " $$fi" ; done \
- | wget ${CHROME_ARGS} --convert-links -i -
+ | $(WGET_MIRROR) $(CHROME_CONF) --convert-links -i -
cat ${srcdir}/style-append.css >> beastdocs.css
touch stamp-import-docs
.PHONY: import-docs
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]