* Makefile.in: When making tar file, remove texinfo/*,
authorPer Bothner <per@bothner.com>
Fri, 26 Feb 1993 00:14:49 +0000 (00:14 +0000)
committerPer Bothner <per@bothner.com>
Fri, 26 Feb 1993 00:14:49 +0000 (00:14 +0000)
except for texinfo/texinfo.tex.

binutils/Makefile.in

index 5fd2730..630f631 100644 (file)
@@ -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)