aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am17
1 files changed, 10 insertions, 7 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 008e318..07c1f93 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,15 +1,18 @@
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
4CLEANFILES = fluxbox.1 fbrun.1 fbsetbg.1 fbsetroot.1 startfluxbox.1 fluxbox-apps.5 \ 4CLEANFILES = fluxbox.1 fbrun.1 fbsetbg.1 fbsetroot.1 startfluxbox.1 fluxbox-remote.1 \
5 fluxbox-keys.5 fluxbox-menu.5 fluxbox-remote.1 fluxbox-style.5 5 fbautostart.1 fluxbox-apps.5 fluxbox-keys.5 fluxbox-menu.5 fluxbox-style.5
6
6MAINTAINERCLEANFILES = Makefile.in 7MAINTAINERCLEANFILES = Makefile.in
7man_MANS = fluxbox.1 fbrun.1 fbsetbg.1 fbsetroot.1 fluxbox-apps.5 \ 8
8 fluxbox-keys.5 fluxbox-menu.5 fluxbox-remote.1 fluxbox-style.5 \ 9man_MANS = fluxbox.1 fbrun.1 fbsetbg.1 fbsetroot.1 startfluxbox.1 fluxbox-remote.1 \
9 startfluxbox.1 10 fbautostart.1 fluxbox-apps.5 fluxbox-keys.5 fluxbox-menu.5 fluxbox-style.5
11
10EXTRA_DIST=startfluxbox.1.in CODESTYLE \ 12EXTRA_DIST=startfluxbox.1.in CODESTYLE \
11 fluxbox.1.in fbrun.1.in fbsetbg.1.in fbsetroot.1.in fluxbox-apps.5.in \ 13 fluxbox.1.in fbrun.1.in fbsetbg.1.in fbsetroot.1.in fluxbox-remote.1.in fbautostart.1.in \
12 fluxbox-keys.5.in fluxbox-menu.5.in fluxbox-remote.1.in fluxbox-style.5.in 14 fluxbox-keys.5.in fluxbox-menu.5.in fluxbox-apps.5.in fluxbox-style.5.in
15
13distclean-local: 16distclean-local:
14 rm -f *\~ 17 rm -f *\~
15 18