File: rules

package info (click to toggle)
publican-debian 0.4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 104 kB
  • sloc: xml: 26; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 328 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

COMMON_CONTENT = debian/publican-debian/usr/share/publican/Common_Content

%:
	dh $@ 

override_dh_auto_build:
	publican build --formats=xml --langs=all --publish

override_dh_auto_install:
	mkdir -p $(COMMON_CONTENT)
	publican install_brand --path=$(COMMON_CONTENT)

override_dh_auto_clean:
	publican clean