2004-02-06 16:14:26 +00:00
|
|
|
# doc/Makefile.am for Fluxbox 0.9 - an X11 Window manager
|
2004-06-22 08:37:08 +00:00
|
|
|
# Makefile.am for fluxbox/doc
|
2001-12-11 20:47:02 +00:00
|
|
|
|
2004-06-22 08:37:08 +00:00
|
|
|
SUBDIRS = ru
|
2004-08-12 10:13:34 +00:00
|
|
|
CLEANFILES = fluxbox.1 fluxstyle.1
|
2001-12-11 20:47:02 +00:00
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
2005-07-12 04:56:05 +00:00
|
|
|
man_MANS = fluxbox.1 fbsetroot.1 fbrun.1 fbsetbg.1 \
|
2004-05-17 07:52:45 +00:00
|
|
|
startfluxbox.1 fluxstyle.1 fbrun.1
|
2005-07-12 04:56:05 +00:00
|
|
|
EXTRA_DIST=fluxbox.1.in fbsetroot.1 fbrun.1 startfluxbox.1 fbsetbg.1 \
|
2004-08-12 10:13:34 +00:00
|
|
|
fluxstyle.1.in Coding_style
|
2001-12-11 20:47:02 +00:00
|
|
|
distclean-local:
|
|
|
|
rm -f *\~
|
|
|
|
|
|
|
|
fluxbox.1: fluxbox.1.in
|
2004-04-10 19:52:43 +00:00
|
|
|
@regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," $(srcdir)/fluxbox.1.in > fluxbox.1
|
2004-08-12 10:13:34 +00:00
|
|
|
|
|
|
|
fluxstyle.1: fluxstyle.1.in
|
|
|
|
@regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," $(srcdir)/fluxstyle.1.in > fluxstyle.1
|