/opt/alt/php52/usr/share/doc/pear/Structures_Graph/docs
NameSizeModeActions
html/-0755rm
tutorials/-0755rm
generate.sh3650644editdlrm
Edit: /opt/alt/php52/usr/share/doc/pear/Structures_Graph/docs/generate.sh (365B)
#!/bin/sh (cd ..; tar czf docs/arch.tgz "{arch}") rm -Rf "../{arch}" rm -Rf ./html mkdir -p ./html phpdoc --directory ../Structures,./tutorials --target ./html --title "Structures_Graph Documentation" --output "HTML:frames" --defaultpackagename structures_graph --defaultcategoryname structures --pear (cd ..; tar --absolute-names -xzf docs/arch.tgz) #rm arch.tgz