File: Makefile.am

package info (click to toggle)
lxrandr 0.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 676 kB
  • sloc: ansic: 810; xml: 40; makefile: 33; sh: 24; python: 6
file content (21 lines) | stat: -rw-r--r-- 482 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
man_in_files = lxrandr.xml

man_MANS = $(man_in_files:.xml=.1)

if ENABLE_REGENERATE_MAN
.xml.1:
	$(XSLTPROC) -o $@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
endif

desktop_in_files = lxrandr.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
desktopdir=$(datadir)/applications

DISTCLEANFILES = $(desktop_DATA)

EXTRA_DIST = \
	$(man_MANS) \
	$(man_in_files) \
	$(desktop_DATA) \
	$(desktop_in_files)