Robin_PHD/submission_thesis/CH8_Conclusion/Makefile

25 lines
248 B
Makefile

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