gdb/doc/
* Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi. (clean): Add GDBvn.texi.
This commit is contained in:
parent
e5cc9f32cd
commit
42ea3d7a08
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
|
||||
(clean): Add GDBvn.texi.
|
||||
|
||||
2010-12-29 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* gdb.texinfo (Ada Glitches): Remove paragraph describing the
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue