home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / xampp-win32-1.6.7-installer.exe / php / tmp / Structures_Graph-1.0.2 / docs / generate.sh
Encoding:
Linux/UNIX/POSIX Shell Script  |  2007-02-01  |  365 b   |  9 lines

  1. #!/bin/sh
  2. (cd ..; tar czf docs/arch.tgz "{arch}")
  3. rm -Rf "../{arch}"
  4. rm -Rf ./html
  5. mkdir -p ./html
  6. phpdoc --directory ../Structures,./tutorials --target ./html --title "Structures_Graph Documentation" --output "HTML:frames" --defaultpackagename structures_graph --defaultcategoryname structures --pear 
  7. (cd ..; tar --absolute-names -xzf docs/arch.tgz)
  8. #rm arch.tgz
  9.