Skip to content

Commit

Permalink
Linux version of makedocumentation.sh now works like the DOS version …
Browse files Browse the repository at this point in the history
…and creates html docs.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4666 dfc29bdd-3216-0410-991c-e03cc46cb475
  • Loading branch information
cutealien committed Jan 14, 2014
1 parent 2892e70 commit 94203cd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions scripts/doc/irrlicht/makedocumentation.sh
@@ -1,10 +1,11 @@
rm tut.txt || true;
for i in ../../../examples/[012]*/main.cpp; do
sed -f tutorials.sed $i >>tut.txt;
done

doxygen doxygen-pdf.cfg

mkdir ../../../doctemp
mkdir ../../../doctemp/html
cp doxygen.css irrlicht.png logobig.png ../../../doctemp/html

for i in ../../../examples/[012]*/main.cpp; do
sed -f tutorials.sed $i >>tut.txt;
done

doxygen doxygen.cfg

0 comments on commit 94203cd

Please sign in to comment.