Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Informatik 8
TexCommon
Commits
89b730e0
Commit
89b730e0
authored
Feb 20, 2019
by
Sergey Goncharov
Browse files
fixing the pack option
parent
b614b032
Pipeline
#22719
passed with stage
in 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
89b730e0
...
...
@@ -164,7 +164,9 @@ pack: $(TEXSRC)
if
grep
--quiet
$(
shell
basename
$(THISDIR)
)
/
$
$(
basename
$$
file
)
*
.log
;
\
then
cp
-v
$$
file submission
;
\
fi
;
done
cp
*
.bib
*
.bbl
*
.bst submission
cp
*
.bib submission
||
echo
"There are no bib-file!"
cp
*
.bbl submission
||
echo
"There are no bbl-file!"
cp
*
.bst submission
||
echo
"There are no bst-file!"
# copying all files from the current directory mentioned in log-file
for
file
in
*
;
do if
grep
--quiet
$$
file
*
.log
;
then
cp
$$
file submission
;
fi
;
done
# remove comments
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment