File: rules

package info (click to toggle)
zpspell 0.4.3-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch, wheezy
  • size: 120 kB
  • ctags: 35
  • sloc: cpp: 290; xml: 106; makefile: 18
file content (23 lines) | stat: -rwxr-xr-x 661 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f
  
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/class/cmake.mk

DEB_INSTALL_CHANGELOGS_ALL := ChangeLog

install/zpspell::
	xsltproc --nonet \
		--output debian/ \
		--param man.charmap.use.subset "0" \
		--param make.year.ranges "1" \
		--param make.single.year.ranges "1" \
		--param man.authors.section.enabled "1" \
		--param man.copyright.section.enabled "0" \
		--param man.charmap.enabled "0" \
		/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \
		debian/zpspell.xml

clean::
	rm -f debian/zpspell.1