aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-06-12 10:11:02 +0000
committerIan Lance Taylor <ian@airs.com>1999-06-12 10:11:02 +0000
commitc1b640f7dc9b743c49b9b5380f4f675a915b2098 (patch)
tree19622f9bf45e5952989c333abc781307870cd4c1 /Makefile.in
parentc376f4edc3837d92bc965360aafe47ffd764b7c8 (diff)
downloadgdb-c1b640f7dc9b743c49b9b5380f4f675a915b2098.zip
gdb-c1b640f7dc9b743c49b9b5380f4f675a915b2098.tar.gz
gdb-c1b640f7dc9b743c49b9b5380f4f675a915b2098.tar.bz2
* Makefile.in: (taz): Don't use texinfo/gpl.texinfo or
texinfo/lgpl.texinfo.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 9e0a944..18e88b4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1690,8 +1690,7 @@ SUPPORT_FILES = list-of-support-files-for-tool-in-question
.PHONY: taz
-taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) \
- texinfo/texinfo.tex texinfo/gpl.texinfo texinfo/lgpl.texinfo
+taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
# Take out texinfo from a few places.
sed -e '/^all\.normal: /s/\all-texinfo //' \
-e '/^ install-texinfo /d' \
@@ -1736,8 +1735,6 @@ taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) \
#
mkdir proto-toplev/texinfo
ln -s ../../texinfo/texinfo.tex proto-toplev/texinfo/
- ln -s ../../texinfo/gpl.texinfo proto-toplev/texinfo/
- ln -s ../../texinfo/lgpl.texinfo proto-toplev/texinfo/
if test -r texinfo/util/tex3patch ; then \
mkdir proto-toplev/texinfo/util && \
ln -s ../../../texinfo/util/tex3patch proto-toplev/texinfo/util ; \