mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
13 lines
209 B
Makefile
Executable File
13 lines
209 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_build:
|
|
dh_auto_build
|
|
pod2html --title=feedgnuplot bin/feedgnuplot > feedgnuplot.html
|
|
|
|
override_dh_auto_clean:
|
|
rm -rf feedgnuplot.html pod2htm*
|
|
dh_auto_clean
|