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
OAF
alignment-finder
Commits
6563def3
Commit
6563def3
authored
Apr 30, 2018
by
Michael Kohlhase
Browse files
new
parent
6671a767
Changes
1
Hide whitespace changes
Inline
Side-by-side
tex/Makefile
0 → 100644
View file @
6563def3
SRC
=
$(
shell
ls
*
.tex
)
TARGET
=
paper.pdf
#report.pdf
INSTALL
=
paper.pdf
#report.pdf
INSTALLTO
=
cicm18-records.pdf
#viewfinder-report.pdf
GITDIR
=
~/vc/git/gl.kwarc.info/mkohlhase/www/submit
all
:
$(TARGET)
$(TARGET)
:
%.pdf: %.tex $(SRC)
pdflatex
$(
basename
$<
)
bibtex
$(
basename
$<
)
||
true
pdflatex
$(
basename
$<
)
pdflatex
$(
basename
$<
)
$(INSTALLTO)
:
paper.pdf
cp
paper.pdf
$(INSTALL)
install
:
$(INSTALL)
mkdir
-p
$(GITDIR)
cd
$(GITDIR)
;
git pull
;
cd
-
cp
$(INSTALL)
$(GITDIR)
/
$(INSTALLTO)
cd
$(GITDIR)
;
git add
--force
$(INSTALLTO)
;
git commit
-m
're-generated'
;
git push
;
cd
-
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