mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-25 23:13:54 +01:00
tex.mk: Make $(OUTPUT).pdf depend on $(GENERATED)
This commit is contained in:
parent
17fe1dc6d3
commit
5899b88c52
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ $(OUT).html.zip: $(HTMLDIR)
|
||||||
#$(OUT).ps.zip: $(OUTPUT).ps
|
#$(OUT).ps.zip: $(OUTPUT).ps
|
||||||
# zip $@ $<
|
# zip $@ $<
|
||||||
|
|
||||||
$(OUTPUT).pdf:
|
$(OUTPUT).pdf: $(GENERATED)
|
||||||
@echo "-- creating pdf file"
|
@echo "-- creating pdf file"
|
||||||
pdflatex $(MAIN).tex; pdflatex $(MAIN).tex; pdflatex $(MAIN).tex
|
pdflatex $(MAIN).tex; pdflatex $(MAIN).tex; pdflatex $(MAIN).tex
|
||||||
mv $(MAIN).pdf $(OUTPUT).pdf
|
mv $(MAIN).pdf $(OUTPUT).pdf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue