File: rules

package info (click to toggle)
geiser 0.31.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,100 kB
  • sloc: lisp: 4,604; makefile: 28
file content (10 lines) | stat: -rwxr-xr-x 144 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --with elpa

execute_after_dh_auto_clean:
	cd doc && make clean

override_dh_auto_build:
	cd doc && make info web