This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] doc/Makefile.in - create destdir


FYI,

I've applied the below.  Per Eli's note, the Makefile was assuming that
the directory was already there.

	Andrew
Fri Mar 24 17:56:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* Makefile.in (install-info): Create $(infodir) before installing
 	files.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/doc/Makefile.in,v
retrieving revision 1.2
diff -p -r1.2 Makefile.in
*** Makefile.in	2000/02/16 04:44:55	1.2
--- Makefile.in	2000/03/24 06:57:58
*************** all-doc: info dvi ps
*** 103,108 ****
--- 103,109 ----
  diststuff: info
  
  install-info: info
+ 	$(SHELL) $(srcdir)/../../mkinstalldirs $(infodir)
  	for i in *.info* ; do \
  		$(INSTALL_DATA) $$i $(infodir)/$$i ; \
  	done

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]