Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • knowledgetree
  • docs
  • gendocs.sh
  • Added some PHPDoc related files and directories. ...
    0757b4ed
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9737 c91229c3-7414-0410-bfa2-8a42b809f60b
    Kevin Fourie authored
    2009-01-21 13:14:33 +0000  
    Browse Code ยป
gendocs.sh 236 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
#!/bin/bash

rm -rf phpdoc/*

DATETIME=`date`
VERSION=`cat VERSION-NAME.txt`

cp kt-phpdoc.ini kt-phpdoc.ini.orig
sed -i -e "s/##VERSION##/$VERSION($DATETIME)/" kt-phpdoc.ini
phpdoc -c kt-phpdoc.ini
mv kt-phpdoc.ini.orig kt-phpdoc.ini