Build angepasst und verändert
This commit is contained in:
3
build
3
build
@ -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" \
|
||||
|
Reference in New Issue
Block a user