Commit 6e2c7c79 authored by Martin Ukrop's avatar Martin Ukrop
Browse files

Simplify build

Get rid of rubber, use pdflatex directly
parent e399403b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,10 +7,10 @@ PDFS=$(TEXS:.tex=.pdf)
all: $(PDFS) clean 

%.pdf: %.tex exam_seating_map.cls
	rubber --texpath .. --inplace --pdf $< 
	pdflatex --output-directory=rooms $< 

clean: 
	rubber --clean --inplace rooms/*.tex
	rm -f rooms/*.aux rooms/*.log rooms/*.out

cleanall: 
	rm -f *.toc *.pdf *.aux *.log *.out