diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am deleted file mode 100644 index 008e318..0000000 --- a/doc/Makefile.am +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | # doc/Makefile.am for Fluxbox 0.9 - an X11 Window manager | ||
2 | # Makefile.am for fluxbox/doc | ||
3 | |||
4 | CLEANFILES = fluxbox.1 fbrun.1 fbsetbg.1 fbsetroot.1 startfluxbox.1 fluxbox-apps.5 \ | ||
5 | fluxbox-keys.5 fluxbox-menu.5 fluxbox-remote.1 fluxbox-style.5 | ||
6 | MAINTAINERCLEANFILES = Makefile.in | ||
7 | man_MANS = fluxbox.1 fbrun.1 fbsetbg.1 fbsetroot.1 fluxbox-apps.5 \ | ||
8 | fluxbox-keys.5 fluxbox-menu.5 fluxbox-remote.1 fluxbox-style.5 \ | ||
9 | startfluxbox.1 | ||
10 | EXTRA_DIST=startfluxbox.1.in CODESTYLE \ | ||
11 | fluxbox.1.in fbrun.1.in fbsetbg.1.in fbsetroot.1.in fluxbox-apps.5.in \ | ||
12 | fluxbox-keys.5.in fluxbox-menu.5.in fluxbox-remote.1.in fluxbox-style.5.in | ||
13 | distclean-local: | ||
14 | rm -f *\~ | ||
15 | |||
16 | %: %.in | ||
17 | @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," $^ > $@ | ||