Changeset 1648
- Timestamp:
- 07/14/08 13:34:13 (6 months ago)
- Files:
-
- cherokee/trunk/doc/Makefile.am (modified) (1 diff)
- cherokee/trunk/doc/build/build_combined.sh (modified) (1 diff)
- cherokee/trunk/doc/build/chunked_template.conf (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/doc/Makefile.am
r1647 r1648 1 ASCIIDOC= $(top_srcdir)/doc/build/asciidoc.py -b xhtml11 --conf-file=$(top_srcdir)/doc/build/chunked_template.conf -a cherokee_version=$(PACKAGE_VERSION)1 ASCIIDOC=python $(top_srcdir)/doc/build/asciidoc.py -b xhtml11 --conf-file=$(top_srcdir)/doc/build/chunked_template.conf -a cherokee_version=$(PACKAGE_VERSION) 2 2 3 3 SUFFIXES = .txt .html cherokee/trunk/doc/build/build_combined.sh
r1647 r1648 2 2 PACKAGE_VERSION=`grep "PACKAGE_VERSION = " ../Makefile| sed 's/\(.*\)PACKAGE_VERSION = //'` 3 3 4 ./asciidoc.py --conf-file=combined_template.conf --unsafe -a toc -a toclevels=4 -a numbered -a cherokee_version=${PACKAGE_VERSION} -o combined.html combined.txt4 python asciidoc.py --conf-file=combined_template.conf --unsafe -a toc -a toclevels=4 -a numbered -a cherokee_version=${PACKAGE_VERSION} -o combined.html combined.txt 5 5