This is the mail archive of the gdb-patches@sources.redhat.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] Update gdb/doc to use version.in


Just FYI,

Fallout from moving gdb/Makefile.in:VERSION to gdb/version.in.

	Andrew
2001-05-12  Andrew Cagney  <ac131313@redhat.com>

	* Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/doc/Makefile.in,v
retrieving revision 1.12
diff -p -r1.12 Makefile.in
*** Makefile.in	2001/03/06 08:21:41	1.12
--- Makefile.in	2001/05/14 16:17:10
*************** refcard.dvi : refcard.tex $(REFEDITS)
*** 215,223 ****
  refcard.ps : refcard.dvi
  	$(DVIPS) -t landscape -o $@ $?
  
! # File to record current GDB version number (copied from main dir Makefile.in)
! GDBvn.texi : ${gdbdir}/Makefile.in
! 	echo "@set GDBVN `sed <$(srcdir)/../Makefile.in -n 's/^VERSION *= *//p'`" > ./GDBvn.new
  	mv GDBvn.new GDBvn.texi
  
  # Updated atomically
--- 215,223 ----
  refcard.ps : refcard.dvi
  	$(DVIPS) -t landscape -o $@ $?
  
! # File to record current GDB version number (copied from main dir version.in)
! GDBvn.texi : ${gdbdir}/version.in
! 	echo "@set GDBVN `head -1 $(srcdir)/../version.in`" > ./GDBvn.new
  	mv GDBvn.new GDBvn.texi
  
  # Updated atomically

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