File: rules

package info (click to toggle)
tmexpand 0.1.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 500 kB
  • sloc: sh: 189; makefile: 161
file content (19 lines) | stat: -rwxr-xr-x 450 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_build:
	dh_auto_build
	( cd doc/examples ; \
	  $(MAKE) TMEXPAND=../../bin/tmexpand MACRODIR=../../macros )
	( cd doc/examples/web ; \
	  $(MAKE) TMEXPAND=../../../bin/tmexpand MACRODIR=../../../macros )

override_dh_installchangelogs:
	dh_installchangelogs -i ChangeLog

execute_before_dh_installman:
	mv $(CURDIR)/debian/tmexpand/usr/man $(CURDIR)/debian/tmexpand/usr/share/man