]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
remove parentdir support
authorDavid D. Zuhn <zoo@cygnus>
Fri, 18 Jun 1993 01:00:13 +0000 (01:00 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Fri, 18 Jun 1993 01:00:13 +0000 (01:00 +0000)
gdb/doc/ChangeLog
gdb/doc/Makefile.in

index 0b578af4388d5e1a4b0cb4cbabe219825f495b7a..e9a16065c1c9958fbb295f39d43d5e3cbebc8768 100644 (file)
@@ -1,3 +1,9 @@
+<<<<<<< ChangeLog
+Mon Jun 14 16:16:51 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
+
+       * Makefile.in (install-info): remove parentdir support
+
+=======
 Tue Jun 15 18:11:39 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
 
        * gdb.texinfo (Copying): delete this node and references to it;
@@ -9,6 +15,7 @@ Tue Jun 15 18:11:39 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
        largely due to Ian Taylor review. (Debug Session): minor edits to
        new text.
 
+>>>>>>> 2.97
 Sun Jun 13 12:52:39 1993  Jim Kingdon  (kingdon@cygnus.com)
 
        * Makefile.in (realclean): Remove info and dvi files too.
index 2b4ef609b517a4de5cdacb1e1bc7cb46a159f7e1..c8adafe5595a8f3c5c9ecf15ec893cfcf2931e98 100644 (file)
@@ -73,9 +73,6 @@ dvi: gdb.dvi refcard.dvi gdbint.dvi
 all-doc: gdb.info gdb.dvi refcard.dvi gdb-internals gdbint.dvi
 
 install-info: info
-       -parent=`echo $(infodir)|sed -e 's@/[^/]*$$@@'`; \
-       if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi
-       -if [ -d $(infodir) ] ; then true ; else mkdir $(infodir) ; fi
        for i in *.info* ; do \
                $(INSTALL_DATA) $$i $(infodir)/$$i ; \
        done