File: Makefile.am

package info (click to toggle)
mate-session-manager 1.26.0-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,708 kB
  • sloc: ansic: 19,333; xml: 858; makefile: 407; sh: 153
file content (26 lines) | stat: -rw-r--r-- 635 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
XSLTPROC_FLAGS = \
	--nonet \
	--stringparam man.output.quietly 1 \
	--stringparam funcsynopsis.style ansi \
	--stringparam man.th.extra1.suppress 1 \
	--stringparam man.authors.section.enabled 0 \
	--stringparam man.copyright.section.enabled 0

.xml.1:
	$(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<

man_MANS =				\
	mate-session.1			\
	mate-session-properties.1	\
	mate-session-save.1		\
	mate-wm.1			\
	mate-session-inhibit.1

EXTRA_DIST =				\
	mate-session-inhibit.xml	\
	$(man_MANS)

CLEANFILES =				\
	mate-session-inhibit.1

-include $(top_srcdir)/git.mk