Add GDBvn.texi and version.subst to the release tar file,
so the gdb.info does not need makeinfo.
This avoids the need for makeinfo to be available.
2020-12-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
* Makefile.in: Delete GDBvn.texi and version.subst only in
the maintainer-clean target.
+2020-12-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
+
+ * Makefile.in: Delete GDBvn.texi and version.subst only in
+ the maintainer-clean target.
+
2020-11-29 Hannes Domani <ssbssa@yahoo.de>
PR python/26974
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)
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
# "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