Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>1999-06-12 14:11:02 +0400
committerIan Lance Taylor <iant@google.com>1999-06-12 14:11:02 +0400
commitef32ea0e8613773763c5eeca24b8f13599a0b756 (patch)
tree06348d160959f6584c9697db32d09b262da47b62 /Makefile.in
parent7ea9a4f5d10497d8e2eb6856ac9f7886af3a6a4b (diff)
* 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 9e0a9445b..18e88b45a 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 ; \