diff options
author | grubert <grubert> | 2004-06-22 08:52:07 (GMT) |
---|---|---|
committer | grubert <grubert> | 2004-06-22 08:52:07 (GMT) |
commit | ba0d879ec616338d253e0d85b06fa6e5b0c592fa (patch) | |
tree | 1ce7877337c962837be4ca832d2eddb6e840364e | |
parent | 03a40512094131b98fc7bbb289df463834bbe426 (diff) | |
download | fluxbox_pavel-ba0d879ec616338d253e0d85b06fa6e5b0c592fa.zip fluxbox_pavel-ba0d879ec616338d253e0d85b06fa6e5b0c592fa.tar.bz2 |
Add doc/ru/Makefile to AC_OUTPUT.
-rw-r--r-- | configure.in | 1 | ||||
-rw-r--r-- | doc/Makefile.am | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index cd2e152..dd7802b 100644 --- a/configure.in +++ b/configure.in | |||
@@ -470,6 +470,7 @@ data/styles/BlueFlux/pixmaps/Makefile | |||
470 | data/styles/Emerge/Makefile | 470 | data/styles/Emerge/Makefile |
471 | data/styles/Emerge/pixmaps/Makefile | 471 | data/styles/Emerge/pixmaps/Makefile |
472 | doc/Makefile | 472 | doc/Makefile |
473 | doc/ru/Makefile | ||
473 | nls/Makefile | 474 | nls/Makefile |
474 | nls/C/Makefile | 475 | nls/C/Makefile |
475 | nls/da_DK/Makefile | 476 | nls/da_DK/Makefile |
diff --git a/doc/Makefile.am b/doc/Makefile.am index c6d57e5..f8056ea 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am | |||
@@ -1,7 +1,6 @@ | |||
1 | # doc/Makefile.am for Fluxbox 0.9 - an X11 Window manager | 1 | # doc/Makefile.am for Fluxbox 0.9 - an X11 Window manager |
2 | # Makefile.am for fluxbox/doc | 2 | # Makefile.am for fluxbox/doc |
3 | 3 | ||
4 | # BUG SUBDIRS does not work for me. | ||
5 | SUBDIRS = ru | 4 | SUBDIRS = ru |
6 | CLEANFILES = fluxbox.1 | 5 | CLEANFILES = fluxbox.1 |
7 | MAINTAINERCLEANFILES = Makefile.in | 6 | MAINTAINERCLEANFILES = Makefile.in |