summaryrefslogtreecommitdiff
path: root/doc/man/en/Makefile.am
blob: c8d616c3573116786604631dc3895f230d595ff1 (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
	$(SED) -e 's/@XL@/xine\-list\-@XINE_SERIES@/' $< >$@