commit 90c3dfcd980f854a2059d67f1075656659cbd410
parent a75965e495ad254f32fe105bd27e6706d270d10b
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 4 Aug 2024 21:53:13 +0200
properly install man pages
Diffstat:
4 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/Makefile.am b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = contrib src .
+SUBDIRS = contrib src doc .
EXTRA_DIST = \
AUTHORS
diff --git a/configure.ac b/configure.ac
@@ -4,12 +4,16 @@
# This configure file is in the public domain
AC_PREREQ([2.69])
-AC_INIT([taler-mdb],[0.10.0],[taler@gnu.org])
+AC_INIT([taler-mdb],[0.13.0],[taler@gnu.org])
AC_CONFIG_SRCDIR([src/taler-mdb.c])
AC_CONFIG_HEADERS([config.h])
# Checks for programs.
AM_INIT_AUTOMAKE
+
+# pretty build rules
+AM_SILENT_RULES([yes])
+
AC_PROG_CC
# Checks for libraries.
@@ -275,6 +279,7 @@ LIBS=$LIBS_SAVE
AC_CONFIG_FILES([Makefile
contrib/Makefile
+ doc/Makefile
src/Makefile])
AC_OUTPUT
diff --git a/doc/Makefile.am b/doc/Makefile.am
@@ -2,8 +2,11 @@ SUBDIRS = .
man_MANS = \
prebuilt/man/taler-mdb.1 \
- prebuilt/man/taler-mdb-ads.1 \
+ prebuilt/man/taler-mdb-ads.sh.1 \
prebuilt/man/taler-mdb-display.1 \
- prebuilt/man/taler-mdb-network-check.1 \
+ prebuilt/man/taler-mdb-network-check.sh.1 \
prebuilt/man/taler-mdb-qr-show.1 \
- prebuilt/man/taler-mdb-show.1
+ prebuilt/man/taler-mdb-show.sh.1
+
+EXTRA_DIST = \
+ $(man_MANS)
diff --git a/src/Makefile.am b/src/Makefile.am
@@ -30,7 +30,7 @@ taler_mdb_LDADD = \
taler_mdb_qr_show_SOURCES = \
taler-mdb-qr-show.c
-qr_show_LDADD = \
+taler_mdb_qr_show_LDADD = \
-lgnunetutil \
@QR_LIBS@ \
$(XLIB)