public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/marxin/heads/sphinx-v1)] Add html-gccint Make target for testing.
@ 2021-06-22 14:54 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2021-06-22 14:54 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:187fcdf5480a54bf9961925703408a3d8a8a4835

commit 187fcdf5480a54bf9961925703408a3d8a8a4835
Author: Martin Liska <mliska@suse.cz>
Date:   Tue Jun 22 16:36:32 2021 +0200

    Add html-gccint Make target for testing.

Diff:
---
 gcc/Makefile.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 6aa1df02e4c..a8734dcd317 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -3399,6 +3399,9 @@ info-cppinternals:
 info-install:
 	+ make -C $(srcdir)/../doc info SOURCEDIR=$(srcdir)/doc/install BUILDDIR=$(objdir)/doc/install/info
 
+html-gccint:
+	+ make -C $(srcdir)/../doc html SOURCEDIR=$(srcdir)/doc/gccint BUILDDIR=$(objdir)/doc/gccint/html
+
 #\f
 # Deletion of files made during compilation.
 # There are four levels of this:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-22 14:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22 14:54 [gcc(refs/users/marxin/heads/sphinx-v1)] Add html-gccint Make target for testing Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).