File: rules

package info (click to toggle)
libhpptools 1.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 588 kB
  • sloc: cpp: 9,886; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 338 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# DH_VERBOSE := 1

%:
	dh $@

override_dh_installdocs:
	if [ `md5sum README.org | cut -d' ' -f1` != 8553f5ef47e0cba27a789b3386ab59fd ] ; then \
	    echo "Upstream has changed README.org" ; \
	    echo "Please call 'emacs README.org --batch -f org-html-export-to-html --kill'" ; \
	    exit -1 ; \
	fi
	dh_installdocs