Changeset 300 for anr/Makefile
- Timestamp:
- Dec 20, 2010, 2:20:29 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anr/Makefile
r291 r300 38 38 39 39 anr.pdf: $(SOURCES) gantt 40 touch gantt1.tex gantt2.tex $(TABLES) 40 mkdir -p tmp 41 touch gantt.tex gantt1.tex gantt2.tex $(TABLES) 41 42 @echo "Generating pdf file" 42 43 @pdflatex anr.tex || true … … 53 54 54 55 clean: 55 rm -f $(TABLES) anr.aux gantt 1.tex gantt2.tex anr.pdf anr.gantt56 rm -f $(TABLES) anr.aux gantt.tex gantt1.tex gantt2.tex anr.pdf anr.gantt
Note: See TracChangeset
for help on using the changeset viewer.