From 7c841bbfccbdfce041a6b57dbb562e5e0d59d307 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 16 Aug 2002 19:31:54 +0000 Subject: add a manpage for epistrc. Update the epist mapage a bit. --- util/epist/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'util/epist/Makefile.am') 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) -- cgit v1.2.3