patch 4.0
This commit is contained in:
13
src/libtable/generate_doc.sh
Executable file
13
src/libtable/generate_doc.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
case x$1 in
|
||||
xheader)
|
||||
/usr/local/bin/doxygen -w html new_header.html new_footer.html new_stylesheet.css Doxyfile
|
||||
;;
|
||||
xinstall)
|
||||
rm -rf ~/public_html/libobtable ; mv -n html/ ~/public_html/libobtable
|
||||
;;
|
||||
*)
|
||||
/usr/local/bin/doxygen Doxyfile
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user