File: Makefile.am

package info (click to toggle)
policykit 0.9-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 5,984 kB
  • ctags: 1,593
  • sloc: ansic: 16,528; xml: 10,659; sh: 9,472; makefile: 633
file content (24 lines) | stat: -rw-r--r-- 613 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

if MAN_PAGES_ENABLED

man_MANS = polkit-auth.1 	         \
	   polkit-action.1 		 \
	   polkit-config-file-validate.1 \
	   polkit-policy-file-validate.1 \
	   PolicyKit.conf.5		 \
	   PolicyKit.8

%.1 %.5 %.8 : %.xml
	$(XSLTPROC) -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<

endif # MAN_PAGES_ENABLED

EXTRA_DIST= PolicyKit.conf.xml              \
	    PolicyKit.xml                   \
	    polkit-config-file-validate.xml \
	    polkit-auth.xml	            \
	    polkit-action.xml               \
	    polkit-policy-file-validate.xml

clean-local:
	rm -f *~ *.1 *.5 *.8