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