]> Dogcows Code - chaz/openbox/blob - doc/Makefile.am
Initial revision
[chaz/openbox] / doc / Makefile.am
1 # doc/Makefile.am for Openbox
2
3 CLEANFILES = openbox.1
4 MAINTAINERCLEANFILES = Makefile.in
5 man_MANS = openbox.1 bsetroot.1
6 SUBDIRS =
7
8 DEFAULT_MENU=$(pkgdatadir)/menu
9
10 distclean-local:
11 rm -f *\~
12
13 openbox.1: openbox.1.in
14 @regex_cmd@ -e "s,@defaultmenu@,$(DEFAULT_MENU)," \
15 -e "s,@pkgdatadir@,$(pkgdatadir)," \
16 -e "s,@version@,$(VERSION)," \
17 @srcdir@/openbox.1.in > openbox.1
This page took 0.038977 seconds and 4 git commands to generate.