- exclude statements must appear prior to the file list (expected by tar 1.15.1)

This commit is contained in:
Volker Ruppert 2007-04-22 17:11:12 +00:00
parent 55365ba713
commit 25ebf16236

View File

@ -1,6 +1,6 @@
###################################################################
# doc/docbook/Makefile
# $Id: Makefile.in,v 1.20 2005-12-06 22:15:50 vruppert Exp $
# $Id: Makefile.in,v 1.21 2007-04-22 17:11:12 vruppert Exp $
#
# Builds documentation in various formats from SGML source, and
# allows easy update to the Bochs web site.
@ -62,7 +62,7 @@ copy_from_srcdir::
$(TARGZ): all copy_from_srcdir fixperm
rm -f $(TARGZ)
tar cf - $(INSTALL_LIST) --exclude=CVS --exclude=.cvsignore --exclude=*.dbk | gzip > $(TARGZ)
tar cf - --exclude=CVS --exclude=.cvsignore --exclude=*.dbk $(INSTALL_LIST) | gzip > $(TARGZ)
install: all copy_from_srcdir
for i in $(DESTDIR)$(docdir); do if test ! -d $$i; then mkdir -p $$i; fi; done