add basic structure
This commit is contained in:
9
doc/Makefile
Normal file
9
doc/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
informe:
|
||||
# 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"
|
||||
|
||||
clean:
|
||||
rm -f *.log *.toc *.gz *.aux *.out Informe.pdf
|
||||
|
||||
.PHONY: informe clean
|
Reference in New Issue
Block a user