File: rules

package info (click to toggle)
w3c-sgml-lib 1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 4,240 kB
  • sloc: xml: 601; perl: 39; sh: 14; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 237 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

PKG  := $(shell dh_listpackages)
TMP  := $(CURDIR)/debian/$(PKG)

%:
	dh $@

override_dh_auto_build:
	dh_auto_build
	$(CURDIR)/debian/generate_catalog_stuff.pl

override_dh_install:
	dh_install
	dh_installxmlcatalogs