aboutsummaryrefslogtreecommitdiff
path: root/doc/ru/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ru/Makefile.am')
-rw-r--r--doc/ru/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ru/Makefile.am b/doc/ru/Makefile.am
new file mode 100644
index 0000000..4d11de0
--- /dev/null
+++ b/doc/ru/Makefile.am
@@ -0,0 +1,11 @@
1# doc/ru/Makefile.am for Fluxbox 0.9 - an X11 Window manager
2
3CLEANFILES = fluxbox.1
4MAINTAINERCLEANFILES = Makefile.in
5man_MANS = fluxbox.1
6EXTRA_DIST=fluxbox.1.in
7distclean-local:
8 rm -f *\~
9
10fluxbox.1: fluxbox.1.in
11 @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," $(srcdir)/fluxbox.1.in > fluxbox.1