mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-23 11:48:07 -06:00
gendoc script has been deletedo so it isn't necessary
This commit is contained in:
parent
6abfba317a
commit
e649b883c6
@ -1,13 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
mkdir ../src/documentation
|
|
||||||
for i in `ls ../documentation`
|
|
||||||
do
|
|
||||||
if test -d ../documentation/$i
|
|
||||||
then
|
|
||||||
mkdir ../src/documentation/$i
|
|
||||||
pandoc -s ../documentation/$i/changes.md -o ../src/documentation/$i/changes.html
|
|
||||||
pandoc -s ../documentation/$i/manual.md -o ../src/documentation/$i/manual.html
|
|
||||||
cp ../documentation/license.txt ../src/documentation/license.txt
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
exit
|
|
Loading…
Reference in New Issue
Block a user