blob: 76c53f3018f674795063c0f7782c04b4eb40aeba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
if MAN_PAGES_ENABLED
man_MANS = polkit-auth-1.1 \
polkit-action-1.1 \
polkit-policy-file-validate-1.1 \
PolicyKit-1.8
%-1.1 %-1.8 : %.xml
$(XSLTPROC) -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
endif # MAN_PAGES_ENABLED
EXTRA_DIST= PolicyKit.xml \
polkit-auth.xml \
polkit-action.xml \
polkit-policy-file-validate.xml
clean-local:
rm -f *~ *.1 *.5 *.8
|