From 7f35a5287b437685dd7183e7d99c5d83deff5826 Mon Sep 17 00:00:00 2001 From: Volker Ruppert Date: Wed, 25 Dec 2002 10:07:42 +0000 Subject: [PATCH] - exclude CVS subdirectories and *.dbk files when creating bochsdoc.tar.gz --- bochs/doc/docbook/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bochs/doc/docbook/Makefile.in b/bochs/doc/docbook/Makefile.in index 3963a81dc..d1b221717 100644 --- a/bochs/doc/docbook/Makefile.in +++ b/bochs/doc/docbook/Makefile.in @@ -1,6 +1,6 @@ ################################################################### # doc/docbook/Makefile -# $Id: Makefile.in,v 1.12 2002-12-16 05:46:49 bdenney Exp $ +# $Id: Makefile.in,v 1.13 2002-12-25 10:07:42 vruppert Exp $ # # Builds documentation in various formats from SGML source, and # allows easy update to the Bochs web site. @@ -58,7 +58,7 @@ copy_from_srcdir:: $(TARGZ): all copy_from_srcdir fixperm rm -f $(TARGZ) - tar cf - $(INSTALL_LIST) | gzip > $(TARGZ) + tar cf - $(INSTALL_LIST) --exclude=CVS --exclude=*.dbk | gzip > $(TARGZ) install: all copy_from_srcdir for i in $(DESTDIR)$(docdir); do if test ! -d $$i; then mkdir $$i; fi; done