mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-13 13:55:52 +00:00
Added scripts
This commit is contained in:
11
mathmech/update_docs.sh
Executable file
11
mathmech/update_docs.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
COMPONENTS=( mm_agl mm_envir mm_radf mm_statgen mm_trj mm_trj2pdb )
|
||||
for COMPONENT in ${COMPONENTS[*]}; do
|
||||
cd $COMPONENT
|
||||
doxygen $COMPONENT.doxygen
|
||||
cp logo.png docs/latex
|
||||
cd docs/latex && make && cd ../../../
|
||||
mv $COMPONENT/docs/latex/refman.pdf $COMPONENT/$COMPONENT.pdf
|
||||
rm -rf $COMPONENT/docs
|
||||
done
|
Reference in New Issue
Block a user