# 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 $@