This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Re: [new patch] make info regression on --with-system-readline


> Date: Mon, 3 Jan 2011 13:20:52 +0100
> From: Jan Kratochvil <jan.kratochvil@redhat.com>
> Cc: gdb-patches@sourceware.org, tromey@redhat.com
> 
> On Sat, 01 Jan 2011 17:45:50 +0100, Eli Zaretskii wrote:
> > > So the case above should not be valid and just removing GDBvn.texi
> > > from .tar.bz2 should be enough.
> > 
> > That, and also adding it to distclean-removed files, yes.
> > 
> > So, unless anyone else objects, removing GDBvn.texi from the
> > distributed files is the solution.
> 
> So do you find this part OK?

Yes, thanks.

> 	* Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
> 	(clean): Add GDBvn.texi.
> 
> --- a/gdb/doc/Makefile.in
> +++ b/gdb/doc/Makefile.in
> @@ -170,6 +170,7 @@ html: $(HTMLFILES)
>  pdf: $(PDFFILES)
>  all-doc: info dvi ps # pdf
>  diststuff: info
> +	rm -f gdb-cfg.texi GDBvn.texi
>  
>  install-info: $(INFO_DEPS)
>  	$(SHELL) $(srcdir)/../../mkinstalldirs $(DESTDIR)$(infodir)
> @@ -538,7 +539,7 @@ mostlyclean:
>  	rm -f sedref.dvi sedref.tex tmp.sed
>  
>  clean: mostlyclean
> -	rm -f gdb-cfg.texi
> +	rm -f gdb-cfg.texi GDBvn.texi
>  
>  distclean: clean
>  	rm -f Makefile


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