File: rules

package info (click to toggle)
pastebinit 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 556 kB
  • sloc: python: 364; xml: 123; sh: 63; makefile: 12
file content (9 lines) | stat: -rwxr-xr-x 198 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	xsltproc -''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl pastebinit.xml
	
	# build translations
	(cd po; $(MAKE))