File: rules

package info (click to toggle)
gnuplot-mode 1%3A0.7.0-2014-12-31-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,404 kB
  • sloc: lisp: 6,012; sh: 494; makefile: 38
file content (11 lines) | stat: -rwxr-xr-x 280 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
%:
	dh $@ --with elpa

override_dh_auto_build:
	$(if $(filter nodoc,$(DEB_BUILD_OPTIONS)),true,make -f Makefile.dst gpelcard.pdf)

override_dh_auto_clean:
	make -f Makefile.dst clean

override_dh_auto_install override_dh_auto_configure override_dh_installinfo: