better control of qr genration
This commit is contained in:
@@ -9,9 +9,9 @@ default: $(TARGET)
|
||||
$(TARGET): $(INPUT) Makefile $(QR)
|
||||
$(TEX) $< && $(TEX) $<
|
||||
|
||||
$(QR): event.txt
|
||||
cat $< | qr > $@
|
||||
$(QR): qrEvent_vi.txt
|
||||
./qrGen.py
|
||||
|
||||
clean:
|
||||
rm -f $(DOC).{pdf,out,aux,log}
|
||||
rm -f $(DOC).{pdf,out,aux,log} $(QR)
|
||||
rm -f *.{pdf,out,aux,log,bbl,blg}
|
||||
|
||||
Reference in New Issue
Block a user