mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
2c33663be7
git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@120 f6dd340e-d3f9-0310-b409-bdd246841980
13 lines
143 B
Bash
Executable file
13 lines
143 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd ../yo
|
|
|
|
yodl2latex cplusplus
|
|
|
|
if [ $? != 0 ] ; then
|
|
echo latex conversion failed
|
|
exit 1
|
|
fi
|
|
|
|
mv cplusplus.latex ../latex
|
|
|