From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id CE5413844041; Tue, 22 Jun 2021 14:54:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CE5413844041 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/marxin/heads/sphinx-v1)] Add html-gccint Make target for testing. X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/users/marxin/heads/sphinx-v1 X-Git-Oldrev: 3a3675435914e6b1f416489b13c4c2be5b21a424 X-Git-Newrev: 187fcdf5480a54bf9961925703408a3d8a8a4835 Message-Id: <20210622145456.CE5413844041@sourceware.org> Date: Tue, 22 Jun 2021 14:54:56 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2021 14:54:56 -0000 https://gcc.gnu.org/g:187fcdf5480a54bf9961925703408a3d8a8a4835 commit 187fcdf5480a54bf9961925703408a3d8a8a4835 Author: Martin Liska 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 + # # Deletion of files made during compilation. # There are four levels of this: