aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index f8e2e39..33f453c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2,8 +2,10 @@
2 2
3CLEANFILES = fluxbox.1 3CLEANFILES = fluxbox.1
4MAINTAINERCLEANFILES = Makefile.in 4MAINTAINERCLEANFILES = Makefile.in
5man_MANS = fluxbox.1 bsetroot.1 fbrun.1 fbsetbg.1 startfluxbox.1 fluxstyle.1 5man_MANS = fluxbox.1 bsetroot.1 fbrun.1 fbsetbg.1 \
6EXTRA_DIST=fluxbox.1.in bsetroot.1 Coding_style 6 startfluxbox.1 fluxstyle.1 fbrun.1
7EXTRA_DIST=fluxbox.1.in bsetroot.1 fbrun.1 startfluxbox.1 fbsetbg.1 \
8 fluxstyle.1 Coding_style
7distclean-local: 9distclean-local:
8 rm -f *\~ 10 rm -f *\~
9 11