summaryrefslogtreecommitdiff
path: root/gettext-runtime/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-runtime/Makefile.am')
-rw-r--r--gettext-runtime/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/gettext-runtime/Makefile.am b/gettext-runtime/Makefile.am
index 823c4f1..57350f7 100644
--- a/gettext-runtime/Makefile.am
+++ b/gettext-runtime/Makefile.am
@@ -1,5 +1,6 @@
## Makefile for the gettext-runtime directory of GNU gettext
-## Copyright (C) 1995-1999, 2000-2006, 2010, 2012 Free Software Foundation, Inc.
+## Copyright (C) 1995-2006, 2010, 2012, 2015 Free Software Foundation,
+## Inc.
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -43,7 +44,8 @@ all-local: ABOUT-NLS
ABOUT-NLS: $(srcdir)/doc/nls.texi $(srcdir)/doc/matrix.texi
rm -f $(srcdir)/ABOUT-NLS \
- && $(MAKEINFO) --plaintext --no-validate -I $(srcdir)/doc nls.texi \
+ && $(MAKEINFO) --plaintext --no-validate -I $(srcdir)/doc \
+ $(srcdir)/doc/nls.texi \
| sed -e "s/\`\([^']*\)'/‘\1’/g" > $(srcdir)/ABOUT-NLS