diff options
author | Jim Ramsay <i.am@jimramsay.com> | 2009-02-18 02:29:06 (GMT) |
---|---|---|
committer | Jim Ramsay <i.am@jimramsay.com> | 2009-05-26 20:16:06 (GMT) |
commit | a85866175a368c14c7b0e9294c98e5676647e161 (patch) | |
tree | d45ca7ceed957fe17a3e819ea615be26cdb2fef9 /doc/Makefile.am | |
parent | 6beb1f96b25cd4ce23395d6666aa8ea22038817e (diff) | |
download | fluxbox-a85866175a368c14c7b0e9294c98e5676647e161.zip fluxbox-a85866175a368c14c7b0e9294c98e5676647e161.tar.bz2 |
Created fluxbox-menu(5)
This separates the menu-syntax portions of fluxbox.txt out into its own man
page, and includes a rather large rewrite of much of fluxbox.txt, as well as
small improvements in other pages.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 2e39d5b..8a5e61d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am | |||
@@ -2,12 +2,12 @@ | |||
2 | # Makefile.am for fluxbox/doc | 2 | # Makefile.am for fluxbox/doc |
3 | 3 | ||
4 | SUBDIRS = ru | 4 | SUBDIRS = ru |
5 | CLEANFILES = fluxbox.1 fluxbox-apps.5 fluxbox-keys.5 fluxbox-remote.1 fluxbox-style.5 | 5 | CLEANFILES = fluxbox.1 fluxbox-apps.5 fluxbox-keys.5 fluxbox-menu.5 fluxbox-remote.1 fluxbox-style.5 |
6 | MAINTAINERCLEANFILES = Makefile.in | 6 | MAINTAINERCLEANFILES = Makefile.in |
7 | man_MANS = fbsetroot.1 fbrun.1 fbsetbg.1 startfluxbox.1 \ | 7 | man_MANS = fbsetroot.1 fbrun.1 fbsetbg.1 startfluxbox.1 \ |
8 | fluxbox.1 fluxbox-apps.5 fluxbox-keys.5 fluxbox-remote.1 fluxbox-style.5 | 8 | fluxbox.1 fluxbox-apps.5 fluxbox-keys.5 fluxbox-menu.5 fluxbox-remote.1 fluxbox-style.5 |
9 | EXTRA_DIST=fbsetroot.1 fbrun.1 fbsetbg.1 startfluxbox.1 CODESTYLE \ | 9 | EXTRA_DIST=fbsetroot.1 fbrun.1 fbsetbg.1 startfluxbox.1 CODESTYLE \ |
10 | fluxbox.1.in fluxbox-apps.5.in fluxbox-keys.5.in fluxbox-remote.1.in fluxbox-style.5.in | 10 | fluxbox.1.in fluxbox-apps.5.in fluxbox-keys.5.in fluxbox-menu.5.in fluxbox-remote.1.in fluxbox-style.5.in |
11 | distclean-local: | 11 | distclean-local: |
12 | rm -f *\~ | 12 | rm -f *\~ |
13 | 13 | ||