summaryrefslogtreecommitdiff
path: root/util/epist/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-08-16 19:31:54 +0000
committerDana Jansens <danakj@orodu.net>2002-08-16 19:31:54 +0000
commit7c841bbfccbdfce041a6b57dbb562e5e0d59d307 (patch)
tree6310b64be183847b5a3621d8f3e44f4e185a40e9 /util/epist/Makefile.am
parent8e50f87c63a8675eb349a7be0e0dadea53c21a98 (diff)
add a manpage for epistrc. Update the epist mapage a bit.
Diffstat (limited to 'util/epist/Makefile.am')
-rw-r--r--util/epist/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/util/epist/Makefile.am b/util/epist/Makefile.am
index 61d2f658..87ae049e 100644
--- a/util/epist/Makefile.am
+++ b/util/epist/Makefile.am
@@ -2,14 +2,14 @@
DEFAULT_RC=$(pkgdatadir)/epistrc
-CLEANFILES = epist.1
+CLEANFILES = epist.1 epistrc.5
CPPFLAGS= @CPPFLAGS@ @DEBUG@ -DDEFAULTRC=\"$(DEFAULT_RC)\"
#EXTRA_PROGRAMS = epist
bin_PROGRAMS = epist
-man_MANS = epist.1
+man_MANS = epist.1 epistrc.5
epist_SOURCES = epist.cc window.cc screen.cc main.cc actions.cc yacc_parser.cc parser.cc keytree.cc lex.yy.c
epist_LDADD = ../../src/XAtom.o ../../src/BaseDisplay.o \
@@ -27,6 +27,10 @@ epist.1: epist.1.in
@regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," \
epist.1.in > epist.1
+epistrc.5: epistrc.5.in
+ @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," \
+ epistrc.5.in > epistrc.5
+
install-data-local: epistrc
test -f $(DESTDIR)$(pkgdatadir)/epistrc || \
$(INSTALL_DATA) epistrc $(DESTDIR)$(pkgdatadir)