aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.in
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1993-02-26 00:14:49 +0000
committerPer Bothner <per@bothner.com>1993-02-26 00:14:49 +0000
commit7f7b0a77db0a2ce72ce48742b1582a6ec7c33753 (patch)
tree2493e8003a3cb3fc7e3d31cf0d2e72c4021a2b82 /binutils/Makefile.in
parent8a6e5b69e43c078963d790ba0fc1bb823d43954e (diff)
downloadgdb-7f7b0a77db0a2ce72ce48742b1582a6ec7c33753.zip
gdb-7f7b0a77db0a2ce72ce48742b1582a6ec7c33753.tar.gz
gdb-7f7b0a77db0a2ce72ce48742b1582a6ec7c33753.tar.bz2
* Makefile.in: When making tar file, remove texinfo/*,
except for texinfo/texinfo.tex.
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r--binutils/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index 5fd2730..630f631 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)