diff options
author | Slava Semushin <php-coder@altlinux.ru> | 2009-05-25 06:11:39 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2009-05-25 06:11:39 (GMT) |
commit | 49ec77449f219df4950a45902a1273d5e50030f6 (patch) | |
tree | 1e81ff54efad0f185fdd5f51dbc7bcccd1401a12 | |
parent | df81e1f774934257e7f8a2031e71569f075cfbf3 (diff) | |
download | fluxbox-49ec77449f219df4950a45902a1273d5e50030f6.zip fluxbox-49ec77449f219df4950a45902a1273d5e50030f6.tar.bz2 |
don't try to install fbrun.1 twice.
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index d440140..9da86e3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am | |||
@@ -5,7 +5,7 @@ SUBDIRS = ru | |||
5 | CLEANFILES = fluxbox.1 fluxstyle.1 | 5 | CLEANFILES = fluxbox.1 fluxstyle.1 |
6 | MAINTAINERCLEANFILES = Makefile.in | 6 | MAINTAINERCLEANFILES = Makefile.in |
7 | man_MANS = fluxbox.1 fbsetroot.1 fbrun.1 fbsetbg.1 \ | 7 | man_MANS = fluxbox.1 fbsetroot.1 fbrun.1 fbsetbg.1 \ |
8 | startfluxbox.1 fluxstyle.1 fbrun.1 fluxbox-keys.5 fluxbox-remote.1 | 8 | startfluxbox.1 fluxstyle.1 fluxbox-keys.5 fluxbox-remote.1 |
9 | EXTRA_DIST=fluxbox.1.in fbsetroot.1 fbrun.1 fluxbox-keys.5 fluxbox-remote.1 startfluxbox.1 fbsetbg.1 \ | 9 | EXTRA_DIST=fluxbox.1.in fbsetroot.1 fbrun.1 fluxbox-keys.5 fluxbox-remote.1 startfluxbox.1 fbsetbg.1 \ |
10 | fluxstyle.1.in CODESTYLE | 10 | fluxstyle.1.in CODESTYLE |
11 | distclean-local: | 11 | distclean-local: |