aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/doc/Makefile.in')
-rw-r--r--gdb/doc/Makefile.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in
index 3d10dee..74bae01 100644
--- a/gdb/doc/Makefile.in
+++ b/gdb/doc/Makefile.in
@@ -231,7 +231,7 @@ Doxyfile-gdbserver: $(srcdir)/Doxyfile-gdbserver.in
all-doc: info dvi ps # pdf
diststuff: info man
- rm -f gdb-cfg.texi GDBvn.texi
+ rm -f gdb-cfg.texi
install-info: $(INFO_DEPS)
$(SHELL) $(srcdir)/../../mkinstalldirs $(DESTDIR)$(infodir)
@@ -667,10 +667,9 @@ mostlyclean:
rm -f $(STABS_TEX_TMPS)
rm -f $(ANNOTATE_TEX_TMPS)
rm -f sedref.dvi sedref.tex tmp.sed
- rm -f version.subst
clean: mostlyclean
- rm -f gdb-cfg.texi GDBvn.texi
+ rm -f gdb-cfg.texi
distclean: clean
rm -f Makefile
@@ -680,7 +679,7 @@ distclean: clean
# "clean" or "distclean". Use maintainer-clean to remove them.
maintainer-clean realclean: distclean
- rm -f GDBvn.texi *.info* *.dvi *.ps *.html *.pdf $(MANS)
+ rm -f GDBvn.texi version.subst *.info* *.dvi *.ps *.html *.pdf $(MANS)
install: install-info install-man