From: Per Bothner Date: Fri, 26 Feb 1993 00:14:49 +0000 (+0000) Subject: * Makefile.in: When making tar file, remove texinfo/*, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7f7b0a77db0a2ce72ce48742b1582a6ec7c33753;p=binutils-gdb.git * Makefile.in: When making tar file, remove texinfo/*, except for texinfo/texinfo.tex. --- diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 5fd2730156b..630f631c106 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -383,6 +383,7 @@ $(DIST_NAME).tar.Z: make diststuff -f Makefile.in cd ../ld; make diststuff -f Makefile.in cd ../gprof; make diststuff -f Makefile.in + cd ../texinfo; mv texinfo.tex ..; rm -rf *; mv ../texinfo.tex . cd ../..; tar chf - $(DIST_NAME) | compress >$(DIST_NAME).tar.Z rm -rf ../../$(DIST_NAME)