Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. #!/bin/sh
  2.  
  3. VERS="1.3.0"
  4. DATE="2010-06-28"
  5.  
  6. ASCIIDOC_HTML="asciidoc --unsafe --backend=xhtml11 --conf-file=layout1.conf --attribute icons --attribute iconsdir=./images/icons --attribute=badges --attribute=revision=$VERS  --attribute=date=$DATE"
  7.  
  8. $ASCIIDOC_HTML -a index-only index.txt
  9. $ASCIIDOC_HTML ChangeLog.txt
  10. $ASCIIDOC_HTML downloads.txt
  11. $ASCIIDOC_HTML README.txt
  12.