* Makefile.in: When making tar file, remove texinfo/*,

except for texinfo/texinfo.tex.
This commit is contained in:
Per Bothner 1993-02-26 00:14:49 +00:00
parent 8a6e5b69e4
commit 7f7b0a77db

View 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)