diff options
author | enezerdem <105669082+enezerdem@users.noreply.github.com> | 2022-06-12 17:05:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-12 17:05:31 +0200 |
commit | 279b69dc4a9098ea5c890819f1d767bfa510a884 (patch) | |
tree | 1052374842b9a1ae6383aea65c82adb8d77b7d69 /buch/papers/nav/images/position/Makefile | |
parent | Merge pull request #11 from AndreasFMueller/master (diff) | |
parent | flow (diff) | |
download | SeminarSpezielleFunktionen-279b69dc4a9098ea5c890819f1d767bfa510a884.tar.gz SeminarSpezielleFunktionen-279b69dc4a9098ea5c890819f1d767bfa510a884.zip |
Merge pull request #12 from AndreasFMueller/master
flow
Diffstat (limited to 'buch/papers/nav/images/position/Makefile')
-rw-r--r-- | buch/papers/nav/images/position/Makefile | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/buch/papers/nav/images/position/Makefile b/buch/papers/nav/images/position/Makefile index 280e59c..eed2e56 100644 --- a/buch/papers/nav/images/position/Makefile +++ b/buch/papers/nav/images/position/Makefile @@ -6,11 +6,11 @@ all: position POSITION = \ - position1.pdf \ - position2.pdf \ - position3.pdf \ - position4.pdf \ - position5.pdf + position1.pdf position1-small.pdf \ + position2.pdf position2-small.pdf \ + position3.pdf position3-small.pdf \ + position4.pdf position4-small.pdf \ + position5.pdf position5-small.pdf position: $(POSITION) @@ -52,3 +52,18 @@ position5.jpg: position5.png position5.pdf: position5.tex common.tex position5.jpg pdflatex position5.tex +position1-small.pdf: position1-small.tex common.tex position1.jpg + pdflatex position1-small.tex +position2-small.pdf: position2-small.tex common.tex position2.jpg + pdflatex position2-small.tex +position3-small.pdf: position3-small.tex common.tex position3.jpg + pdflatex position3-small.tex +position4-small.pdf: position4-small.tex common.tex position4.jpg + pdflatex position4-small.tex +position5-small.pdf: position5-small.tex common.tex position5.jpg + pdflatex position5-small.tex + +test: test.pdf + +test.pdf: test.tex $(POSITION) + pdflatex test.tex |