summaryrefslogtreecommitdiff
path: root/doc/man/en/Makefile.am
blob: 9fe87cc112fec174778751b5f9615cba945aafc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include $(top_srcdir)/misc/Makefile.common

STATICMANS = xine-config.1 xine.5
DYNAMICMANS = xine-list-@XINE_SERIES@.1

man_MANS = $(STATICMANS) $(DYNAMICMANS)

BUILT_SOURCES = $(DYNAMICMANS)
DISTCLEANFILES = $(DYNAMICMANS)
EXTRA_DIST = $(STATICMANS) xine-list.1.in

xine-list-@XINE_SERIES@.1: xine-list.1.in
	(echo '.ds xl xine\-list\-@XINE_SERIES@'; cat $<) >$@