Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lipstick
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osak
lipstick
Commits
bccfab6b
Commit
bccfab6b
authored
9 years ago
by
christian
Browse files
Options
Downloads
Patches
Plain Diff
added footer to makeDoku packages
parent
3d451508
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/makeDoku.sh
+6
-5
6 additions, 5 deletions
scripts/makeDoku.sh
with
6 additions
and
5 deletions
scripts/makeDoku.sh
+
6
−
5
View file @
bccfab6b
...
@@ -11,19 +11,20 @@ else
...
@@ -11,19 +11,20 @@ else
shift
shift
fi
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
]
if
[
$#
-eq
0
]
then
then
echo
"No packages supplied"
echo
"No packages supplied"
exit
1
exit
1
else
else
PACKAGELIST
=
$@
PACKAGELIST
=
"
$@
FOOTER"
echo
$PACKAGELIST
echo
$PACKAGELIST
fi
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
)
WORKING_DIR
=
$(
mktemp
-d
)
cp
-a
"
$DOCUDIR
/."
"
$WORKING_DIR
"
cp
-a
"
$DOCUDIR
/."
"
$WORKING_DIR
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment