From 99955b54be850fad280a556ca80dc21374d2c5b7 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 9 Jun 2000 06:31:43 +0000 Subject: Proper building and installation of documentation in the Makefiles. --- tools/Makefile-top.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/Makefile-top.in') diff --git a/tools/Makefile-top.in b/tools/Makefile-top.in index 0c600ce..fe28280 100644 --- a/tools/Makefile-top.in +++ b/tools/Makefile-top.in @@ -3,7 +3,7 @@ objdir=@objdir@ -all depend tags install: +all depend tags install install-docs: $(MAKE) -C $(objdir) $@ docs userdocs progdocs: @@ -14,6 +14,6 @@ clean: find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name depend -or -name ".#*" | xargs rm -f distclean: clean - $(MAKE) -C doc clean + $(MAKE) -C doc distclean rm -rf $(objdir) rm -f config.* configure sysdep/autoconf.h sysdep/paths.h Makefile -- cgit v1.2.3