openbox/doc/Makefile.am
2003-03-16 21:11:39 +00:00

17 lines
381 B
Makefile

#CLEANFILES = openbox.1
MAINTAINERCLEANFILES = Makefile.in
#man_MANS = openbox.1
SUBDIRS = doxygen
#EXTRA_DIST = openbox.1.in
DEFAULT_MENU=$(pkgdatadir)/menu
distclean-local:
$(RM) *\~ .\#*
openbox.1: openbox.1.in
@regex_cmd@ -e "s,@defaultmenu@,$(DEFAULT_MENU)," \
-e "s,@pkgdatadir@,$(pkgdatadir)," \
-e "s,@version@,$(VERSION)," \
@srcdir@/openbox.1.in > openbox.1