File: rules

package info (click to toggle)
gtypist 2.9.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 6,100 kB
  • sloc: sh: 4,981; ansic: 3,641; perl: 579; awk: 410; lisp: 195; makefile: 92; sed: 16; cs: 14
file content (17 lines) | stat: -rwxr-xr-x 396 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ --parallel

override_dh_auto_configure: configure
	dh_auto_configure -- \
	    --htmldir=\$${docdir} \
	    --with-lispdir=\$${prefix}/share/emacs/site-lisp

override_dh_installchangelogs:
	dh_installchangelogs NEWS