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
7eeda95a
Commit
7eeda95a
authored
Sep 19, 2019
by
Sergey Goncharov
Browse files
quite -> status
parent
e1604fe8
Pipeline
#29628
passed with stage
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
7eeda95a
...
...
@@ -97,7 +97,7 @@ edit: $(SRCNAMES)
$(LATEX)
$
(
@:.dvi
=
.tex
)
||
(
touch
--date
=
"
`
date
-R
-r
$
(
@:.dvi
=
.tex
)
`
"
$@
&
false
)
@echo
If
the
citations
were
updated
recompile
the
.bbl
file
grep -o -G "Citation \`[^']*" $(@
:
.dvi=.log) | $(MD5SUM) -c --
quiet
$(@:.dvi=.cit) || $(BIBTEX) $(@:.dvi=.aux)
grep -o -G "Citation \`[^']*" $(@
:
.dvi=.log) | $(MD5SUM) -c --
status
$(@:.dvi=.cit) || $(BIBTEX) $(@:.dvi=.aux)
while grep -q "Rerun to get cross-references right." $(@
:
.dvi=.log);
\
do $(LATEX) $(@:.dvi=.tex); done
...
...
@@ -122,7 +122,7 @@ edit: $(SRCNAMES)
test
-s
$
(
@:.pdf
=
.cit
)
||
echo
''
|
$(MD5SUM)
>
$
(
@:.pdf
=
.cit
)
@echo
If
the
citations
were
updated
recompile
the
.bbl
file
grep -o -G "Citation \`[^']*" $(@
:
.pdf=.log) | $(MD5SUM) -c --
quiet
$(@:.pdf=.cit) || ($(BIBTEX) $(@:.pdf=.aux); $(PDF) $(@:.pdf=.tex) >/dev/null)
grep -o -G "Citation \`[^']*" $(@
:
.pdf=.log) | $(MD5SUM) -c --
status
$(@:.pdf=.cit) || ($(BIBTEX) $(@:.pdf=.aux); $(PDF) $(@:.pdf=.tex) >/dev/null)
@echo
-n
"Search for dangling references.. "
@if grep -q "Rerun to get cross-references right." $(@
:
.pdf=.log);
\
...
...
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