Build angepasst und verändert

This commit is contained in:
2016-06-27 22:39:47 +02:00
parent 96c6777a68
commit bad8f21c47
2 changed files with 12 additions and 8 deletions

3
build
View File

@ -1,5 +1,6 @@
#!/bin/bash
echo "===================================================================" >> build.log
rm -v gitfile-info/gitfile-info.bib
echo "=+-Lauf vom `date +%Y-%m-%d:%H:%M:%S`----------------------------------+=" >> build.log
sty2dtx -O -c gitfile-info.sty -o gitfile-info/gitfile-info.sty >> build.log
echo "=+-sty2dtx abgeschlossen-----------------------------------------+=" >> build.log
@ -16,6 +17,8 @@ echo "=+-Packe DTX-----------------------------------------------------+=" >> bu
../makedtx.pl -src "(.*)\.sty=>\1.sty" -doc ../dokumentation.tex \
-src "gfi-run.py=>gfi-run.py" -src "post-commit.py=>post-commit.py" -src "post-merge.py=>post-merge.py" \
-macrocode "gfi-run.py" -macrocode "post-commit.py" -macrocode "post-merge.py" \
-macrocode "gitfile-info.gfi" -setambles "gitfile-info.gfi=>\\nopreamble\\nopostamble"\
-src "gitfile-info.gfi=>gitfile-info.gfi" -comment "gitfile-info.gfi" \
-setambles "gfi-run.py=>\\nopreamble\\nopostamble" -setambles "post-commit.py=>\\nopreamble\\nopostamble" \
-setambles "post-merge.py=>\\nopreamble\\nopostamble" \
-comment "gfi-run.py" -comment "post-commit.py" -comment "post-merge.py" \