Skip to content
Snippets Groups Projects
Commit bccfab6b authored by christian's avatar christian
Browse files

added footer to makeDoku packages

parent 3d451508
Branches
No related tags found
No related merge requests found
......@@ -11,19 +11,20 @@ else
shift
fi
if [ ! -f "$DOCUDIR/HEADER.tex" ]; then #HEADER muss ex. sonst kommt auf keinen Fall was sinnvolles bei rum
echo "Leider ist keine Dokumentation auf dem LIP-Stick vorhanden..."
exit 0 #linuxparty.sh soll auch ohne Doku Verzeichnis laufen
fi
if [ $# -eq 0 ]
then
echo "No packages supplied"
exit 1
else
PACKAGELIST=$@
PACKAGELIST="$@ FOOTER"
echo $PACKAGELIST
fi
if [ ! -f "$DOCUDIR/HEADER.tex" ]; then #HEADER muss ex. sonst kommt auf keinen Fall was sinnvolles bei rum
echo "Leider ist keine Dokumentation auf dem LIP-Stick vorhanden..."
exit 0 #linuxparty.sh soll auch ohne Doku Verzeichnis laufen
fi
WORKING_DIR=$(mktemp -d)
cp -a "$DOCUDIR/." "$WORKING_DIR"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment