Robin_PHD/submission_thesis/CH1_introduction/Makefile
Your Name 7671005fe3 OK starting to get the new thesis structure
actually producting pdf files.

In each chapter directory, copy.tex
is the source file for the chapter.
A makefile should exist in each of these
directories, and this when supplied the arg copy
will make all images form dia/gnuplot etc
2012-03-20 19:07:09 +00:00

21 lines
196 B
Makefile

# Makefile to create all graphics file etc
#
# Place all .dia files here as .png targets
#
DIA =
doc: $(DIA)
#
#bib:
#
# bibtex HR230003_combined_o2_co_sensor
#
%.png:%.dia
dia -t png $<