summaryrefslogtreecommitdiff
path: root/doc/man/en/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/en/Makefile.am')
-rw-r--r--doc/man/en/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/en/Makefile.am b/doc/man/en/Makefile.am
index 9fe87cc11..c8d616c35 100644
--- a/doc/man/en/Makefile.am
+++ b/doc/man/en/Makefile.am
@@ -10,4 +10,4 @@ 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 $<) >$@
+ $(SED) -e 's/@XL@/xine\-list\-@XINE_SERIES@/' $< >$@