update report in makefiles
This commit is contained in:
parent
e11bf0ea6c
commit
96b6d766b2
2
Makefile
2
Makefile
@ -20,7 +20,7 @@ else ifneq (, $(shell which pdftex))
|
|||||||
mv doc/Informe.pdf Informe.pdf
|
mv doc/Informe.pdf Informe.pdf
|
||||||
endif
|
endif
|
||||||
|
|
||||||
clean: cleanshell cleaninforme
|
clean: cleanshell cleanreport
|
||||||
|
|
||||||
cleanshell:
|
cleanshell:
|
||||||
rm -f src/*.o $(FILENAME)
|
rm -f src/*.o $(FILENAME)
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
informe:
|
all: report
|
||||||
|
|
||||||
|
report:
|
||||||
# we do this twice to make sure the toc is updated
|
# we do this twice to make sure the toc is updated
|
||||||
pdflatex -synctex=1 -interaction=nonstopmode "Informe.tex"
|
pdflatex -synctex=1 -interaction=nonstopmode "Informe.tex"
|
||||||
pdflatex -synctex=1 -interaction=nonstopmode "Informe.tex"
|
pdflatex -synctex=1 -interaction=nonstopmode "Informe.tex"
|
||||||
@ -6,4 +8,4 @@ informe:
|
|||||||
clean:
|
clean:
|
||||||
rm -f *.log *.toc *.gz *.aux sections/*.aux *.out Informe.pdf
|
rm -f *.log *.toc *.gz *.aux sections/*.aux *.out Informe.pdf
|
||||||
|
|
||||||
.PHONY: informe clean
|
.PHONY: all report clean
|
||||||
|
Loading…
Reference in New Issue
Block a user