25 lines
213 B
Makefile
25 lines
213 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 $<
|
|
|
|
|
|
|
|
copy:
|
|
echo $@
|