* Makefile.in: (taz): Don't use texinfo/gpl.texinfo or
authorIan Lance Taylor <ian@airs.com>
Sat, 12 Jun 1999 10:11:02 +0000 (10:11 +0000)
committerIan Lance Taylor <ian@airs.com>
Sat, 12 Jun 1999 10:11:02 +0000 (10:11 +0000)
texinfo/lgpl.texinfo.

ChangeLog
Makefile.in

index 5535258c048294cd7eb922d14b324cb64db843cf..b8aa75c266cef3daf13cb3aeef16d183a2821eb5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
        * Makefile.in: Change distribution targets to use bzip2 instead of
        gzip.
        (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
+       (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
 
 1999-06-04  Nick Clifton  <nickc@cygnus.com>
 
index 9e0a9445baae6184fbeab9450b47a2edb72a1b82..18e88b45a16025e4f3f227abe72922f1d31aa8c1 100644 (file)
@@ -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 ; \
This page took 0.059581 seconds and 4 git commands to generate.