diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d5760ea..a6aac3a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,6 +23,8 @@ include $(top_srcdir)/locale/local.mk include $(top_srcdir)/archtab/local.mk include $(top_srcdir)/tests/local.mk +MANUAL = Distribution Build System + helper_sources = opkhelper.sh bin_SCRIPTS = $(bin_sources:.sh=) @@ -62,6 +64,7 @@ do_subst = sed \ -e 's|[@]PACKAGE[@]|$(PACKAGE)|g' \ -e 's|[@]PACKAGE_NAME[@]|$(PACKAGE_NAME)|g' \ -e 's|[@]PACKAGE_VERSION[@]|$(PACKAGE_VERSION)|g' \ + -e 's|[@]MANUAL[@]|$(MANUAL)|g' \ -e 's|[@]SH[@]|$(SH)|g' \ -e 's|[@]multiarch_libdir[@]|$(multiarch_libdir)|g' \ -e 's|[@]bindir[@]|$(bindir)|g' \ |