summaryrefslogtreecommitdiffstats
path: root/man/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'man/Makefile.in')
-rw-r--r--man/Makefile.in11
1 files changed, 9 insertions, 2 deletions
diff --git a/man/Makefile.in b/man/Makefile.in
index c44c67e..25a3882 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -19,6 +19,7 @@
package_name = @package_name@
package_version= @package_version@
+package_description = @package_description@
srcdir = @srcdir@
prefix = @prefix@
@@ -28,14 +29,20 @@ mandir = @mandir@
sh = @sh@
sed_script = s&@@PACKAGE_NAME@@&$(package_name)&;\
- s&@@PACKAGE_VERSION@@&$(package_version)&;
+ s&@@PACKAGE_VERSION@@&$(package_version)&;\
+ s&@@PACKAGE_DESCRIPTION@@&$(package_description)&;
INSTALL = @install@
.SUFFIXES:
.SUFFIXES: .in
-SRCS = opkhelper.7.in
+SRCS = opkhelper.7.in \
+ oh_error.3.in \
+ oh_warn.3.in \
+ oh_info.3.in \
+ oh_locale_set.3.in \
+ oh_changelog_parse.3.in
OBJS = $(SRCS:.in=)
distdir = ../$(package_name)-$(package_version)/lib