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