]> Dogcows Code - chaz/openbox/blobdiff - util/epist/Makefile.am
group next/prev commands together
[chaz/openbox] / util / epist / Makefile.am
index fed2326cb19773bc3cdedc4d6a96305d8e2d636b..87ae049e5978816e9c06e0eeaa51362d08ae6da7 100644 (file)
@@ -1,10 +1,16 @@
 # util/epist/Makefile.am for Blackbox - an X11 Window manager
 
-CPPFLAGS= @CPPFLAGS@ @DEBUG@
+DEFAULT_RC=$(pkgdatadir)/epistrc
+
+CLEANFILES = epist.1 epistrc.5
+
+CPPFLAGS= @CPPFLAGS@ @DEBUG@ -DDEFAULTRC=\"$(DEFAULT_RC)\"
 
 #EXTRA_PROGRAMS =              epist
 bin_PROGRAMS =         epist
 
+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 \
                                        ../../src/Util.o ../../src/i18n.o ../../src/Timer.o \
@@ -17,6 +23,21 @@ MAINTAINERCLEANFILES =       Makefile.in
 distclean-local:
        rm -f *\~ .\#*
 
+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)
+
+uninstall-am:
+       rm -f $(DESTDIR)$(pkgdatadir)/epistrc
+
 # local dependencies
 
 actions.o: actions.cc actions.hh
This page took 0.024003 seconds and 4 git commands to generate.