]> Dogcows Code - chaz/openbox/blob - doc/Makefile.am
add latex to the doc build process. fix namespace comments again.
[chaz/openbox] / doc / Makefile.am
1 CLEANFILES = openbox.1
2 MAINTAINERCLEANFILES = Makefile.in
3 man_MANS = openbox.1
4 SUBDIRS = doxygen
5
6 EXTRA_DIST = openbox.1.in
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.035037 seconds and 4 git commands to generate.