aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
blob: 13d3c3b7c9b2cfeb702e286707a3132abac3f28a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# doc/Makefile.am for Fluxbox 0.9  - an X11 Window manager
# Makefile.am for fluxbox/doc

SUBDIRS = ru
CLEANFILES = fluxbox.1 fluxstyle.1
MAINTAINERCLEANFILES = Makefile.in
man_MANS = fluxbox.1 bsetroot.1 fbrun.1 fbsetbg.1 \
	startfluxbox.1 fluxstyle.1 fbrun.1 
EXTRA_DIST=fluxbox.1.in bsetroot.1 fbrun.1 startfluxbox.1 fbsetbg.1 \
	fluxstyle.1.in Coding_style
distclean-local:
	rm -f *\~

fluxbox.1: fluxbox.1.in
	@regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," $(srcdir)/fluxbox.1.in > fluxbox.1

fluxstyle.1: fluxstyle.1.in
	@regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," $(srcdir)/fluxstyle.1.in > fluxstyle.1