Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GoikLectures
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Goik Martin
GoikLectures
Commits
8274f5bb
Commit
8274f5bb
authored
8 years ago
by
Dr. Martin Goik
Browse files
Options
Downloads
Patches
Plain Diff
Moving Ref Dependencies to top level
parent
48bb0137
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Doc/Makefile
+1
-1
1 addition, 1 deletion
Doc/Makefile
Makefile
+3
-4
3 additions, 4 deletions
Makefile
with
4 additions
and
5 deletions
Doc/Makefile
+
1
−
1
View file @
8274f5bb
...
...
@@ -39,7 +39,7 @@ mp4Set = $(foreach webmFile, $(webmSet), $(webmFile).mp4 )
videoformats
:
$(mp4Set)
all
:
${BUILDROOT}/stage1
cd
${
BUILDROOT
};
tar
c-
${
DOCMODULES
}
|
tar
-x
-C
webhelp
cd
${
BUILDROOT
};
tar
c-
${
DOCMODULES
}
|
tar
-x
-C
.
#
webhelp
cd
${
BUILDROOT
};
zip
-r
webhelp/lectures.zip webhelp
-x
webhelp/lectures.zip
${BUILDROOT}/${SCRIPTBASENAME}_print.xml
\
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
3
−
4
View file @
8274f5bb
...
...
@@ -28,8 +28,7 @@ clean:
mvn
-T
${
numCores
}
clean
install
:
cd
Doc/target
&&
rsync
-av
--delete
--exclude-from
=
../excludeFromRsync.txt mobil root@prog.mi.hdm-stuttgart.de:/var/www/html/freedocs
cd
Doc/target
&&
rsync
-av
--delete
--exclude-from
=
../excludeFromRsync.txt webhelp root@prog.mi.hdm-stuttgart.de:/var/www/html/freedocs
# cd Doc/target && rsync -av --delete --exclude-from=../excludeFromRsync.txt navi nonavi info1@freedocs.mi.hdm-stuttgart.de:doc
# cd Doc/target && rsync -av --delete --exclude-from=../excludeFromRsync.txt navi/ root@klausur.mi.hdm-stuttgart.de:/home/transfer/Infocenter
cd
Doc/target
&&
rsync
-av
--delete
--exclude-from
=
../excludeFromRsync.txt
*
root@prog.mi.hdm-stuttgart.de:/var/www/html/freedocs
# cd Doc/target && rsync -av --delete --exclude-from=../excludeFromRsync.txt mobil root@prog.mi.hdm-stuttgart.de:/var/www/html/freedocs
# cd Doc/target && rsync -av --delete --exclude-from=../excludeFromRsync.txt webhelp root@prog.mi.hdm-stuttgart.de:/var/www/html/freedocs
#end
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