mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 23:10:26 +00:00
* Makefile.in: When making tar file, remove texinfo/*,
except for texinfo/texinfo.tex.
This commit is contained in:
parent
8a6e5b69e4
commit
7f7b0a77db
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user