From 7c4f374dbf6bc1a32ff560389c05a2252eaa28ce Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 4 Sep 2006 12:11:40 +0000 Subject: [PATCH] Clean .tkl files be making them. Cosmetic change in install-data-hook --- doc/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 43308ed..1e6dee9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.58 2006-09-03 21:37:26 adam Exp $ +## $Id: Makefile.am,v 1.59 2006-09-04 12:11:40 adam Exp $ docdir=$(datadir)/doc/$(PACKAGE)$(PACKAGE_SUFFIX) SUBDIRS = common @@ -65,6 +65,7 @@ $(HTMLFILES): $(XMLFILES) $(HTML_COMPILE) $(srcdir)/zebra.xml index.tkl: $(XMLFILES) + rm -f *.tkl $(TKL_COMPILE) $(srcdir)/zebra.xml zebra.pdf: $(XMLFILES) @@ -99,6 +100,6 @@ install-data-hook: cd $(DESTDIR)$(man8dir) && ln -sf zebrasrv$(PACKAGE_SUFFIX).8 zebrasrv.8 cd $(DESTDIR)$(man1dir) && ln -sf idzebra-config$(PACKAGE_SUFFIX).1 idzebra-config.1 if test -d index.html; then d=.; else d="$(srcdir)"; fi; \ - for p in $$d/*.html; \ - do $(docDATA_INSTALL) $$p $(DESTDIR)/$(docdir); \ + for p in $$d/*.html; do \ + $(docDATA_INSTALL) $$p $(DESTDIR)/$(docdir); \ done -- 1.7.10.4