mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 04:53:57 +01:00
rules.mk, tex.mk: Add target cvsupdate
This commit is contained in:
parent
c7ed36c183
commit
ba1aaaa276
2 changed files with 5 additions and 1 deletions
|
|
@ -200,3 +200,6 @@ install_hdrdir: $(INSTALL_HDRDIR)
|
|||
|
||||
love:
|
||||
@echo "Not war?"
|
||||
|
||||
cvsupdate:
|
||||
cvs update -dP
|
||||
|
|
|
|||
|
|
@ -257,7 +257,8 @@ $(OUT).html.zip: $(HTMLDIR)
|
|||
|
||||
$(OUTPUT).pdf: $(GENERATED)
|
||||
@echo "-- creating pdf file"
|
||||
for i in 1 2 3 ; do echo "============================ pass $$i"; pdflatex $(MAIN).tex 2>&1 | grep -ve "Underfull\|Overfull"| grep .; done
|
||||
# for i in 1 2 3 ; do echo "============================ pass $$i"; pdflatex $(MAIN).tex 2>&1 | grep -ve "Underfull\|Overfull"| grep .; done
|
||||
for i in 1 2 3 ; do echo "============================ pass $$i"; pdflatex $(MAIN).tex; done
|
||||
mv $(MAIN).pdf $(OUTPUT).pdf
|
||||
|
||||
$(OUT).pdf.zip: $(OUTPUT).pdf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue