summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorjohnsonm <johnsonm>1998-11-19 20:56:15 +0000
committerjohnsonm <johnsonm>1998-11-19 20:56:15 +0000
commitd54cbf4115949efc813432df68a6d75383d8c002 (patch)
tree3fe86842384923ca8392684eedf4aef47291bf6a /Makefile.am
parent31eec1c08cff0921c442e49740e2fd980d3b1c64 (diff)
downloadlibpopt-d54cbf4115949efc813432df68a6d75383d8c002.tar.gz
Improved man page a bit, install by default.
Added POPT_ARG_VAL
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4284910..9777e2e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,6 +14,7 @@ test1_LDADD = -lpopt
include_HEADERS = popt.h
lib_LIBRARIES = libpopt.a
libpopt_a_SOURCES = popt.c findme.c poptparse.c poptconfig.c popthelp.c
+man_MANS = popt.3
CVSTAG = $(PACKAGE)-$(subst .,_,$(VERSION))