Changeset 1648

Show
Ignore:
Timestamp:
07/14/08 13:34:13 (6 months ago)
Author:
taher
Message:

--

Files:

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) 
     1ASCIIDOC=python $(top_srcdir)/doc/build/asciidoc.py -b xhtml11 --conf-file=$(top_srcdir)/doc/build/chunked_template.conf -a cherokee_version=$(PACKAGE_VERSION) 
    22 
    33SUFFIXES = .txt .html 
  • cherokee/trunk/doc/build/build_combined.sh

    r1647 r1648  
    22PACKAGE_VERSION=`grep "PACKAGE_VERSION = " ../Makefile|  sed 's/\(.*\)PACKAGE_VERSION = //'` 
    33 
    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.txt 
     4python 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 
    55