diff options
author | Jim Ramsay <i.am@jimramsay.com> | 2009-02-18 20:21:54 (GMT) |
---|---|---|
committer | Jim Ramsay <i.am@jimramsay.com> | 2009-05-26 20:16:07 (GMT) |
commit | 437ec3bf37642b40ed60b96574e13bebcd307db8 (patch) | |
tree | e2bab783b2cde8c3e906328d7eaed1f06ccfd886 /doc/Makefile.am | |
parent | 4b4fa5bdeb1b987e621fb964c3da7a90a241d2d8 (diff) | |
download | fluxbox-437ec3bf37642b40ed60b96574e13bebcd307db8.zip fluxbox-437ec3bf37642b40ed60b96574e13bebcd307db8.tar.bz2 |
Converted fbsetroot(1) to asciidoc format
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index b4ffd9f..e7309d8 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am | |||
@@ -2,14 +2,14 @@ | |||
2 | # Makefile.am for fluxbox/doc | 2 | # Makefile.am for fluxbox/doc |
3 | 3 | ||
4 | SUBDIRS = ru | 4 | SUBDIRS = ru |
5 | CLEANFILES = fluxbox.1 fbrun.1 fbsetbg.1 fluxbox-apps.5 \ | 5 | CLEANFILES = fluxbox.1 fbrun.1 fbsetbg.1 fbsetroot.1 fluxbox-apps.5 \ |
6 | fluxbox-keys.5 fluxbox-menu.5 fluxbox-remote.1 fluxbox-style.5 | 6 | fluxbox-keys.5 fluxbox-menu.5 fluxbox-remote.1 fluxbox-style.5 |
7 | MAINTAINERCLEANFILES = Makefile.in | 7 | MAINTAINERCLEANFILES = Makefile.in |
8 | man_MANS = fluxbox.1 fbrun.1 fbsetbg.1 fluxbox-apps.5 \ | 8 | man_MANS = fluxbox.1 fbrun.1 fbsetbg.1 fbsetroot.1 fluxbox-apps.5 \ |
9 | fluxbox-keys.5 fluxbox-menu.5 fluxbox-remote.1 fluxbox-style.5 \ | 9 | fluxbox-keys.5 fluxbox-menu.5 fluxbox-remote.1 fluxbox-style.5 \ |
10 | fbsetroot.1 startfluxbox.1 | 10 | startfluxbox.1 |
11 | EXTRA_DIST=fbsetroot.1 startfluxbox.1 CODESTYLE \ | 11 | EXTRA_DIST=startfluxbox.1 CODESTYLE \ |
12 | fluxbox.1.in fbrun.1.in fbsetbg.1.in fluxbox-apps.5.in \ | 12 | fluxbox.1.in fbrun.1.in fbsetbg.1.in fbsetroot.1.in fluxbox-apps.5.in \ |
13 | fluxbox-keys.5.in fluxbox-menu.5.in fluxbox-remote.1.in fluxbox-style.5.in | 13 | fluxbox-keys.5.in fluxbox-menu.5.in fluxbox-remote.1.in fluxbox-style.5.in |
14 | distclean-local: | 14 | distclean-local: |
15 | rm -f *\~ | 15 | rm -f *\~ |