From: Mike Frysinger Date: Sat, 8 May 2021 15:53:37 +0000 (-0400) Subject: sim: add html & pdf stubs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0d0878d72e0271da43fd248a39ce11dc9fb7e568;p=binutils-gdb.git sim: add html & pdf stubs We stub out the info targets already since we don't provide any. --- diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 1f978a7fa30..17cf9645030 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,8 @@ +2021-05-08 Mike Frysinger + + * Make-common.in (html, clean-html, install-html, pdf, clean-pdf, + install-pdf): New rules. + 2021-05-08 Tom Tromey * sim-options.c (compare_strings): Remove. diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index c92228bb929..4edc54ca40e 100644 --- a/sim/common/Make-common.in +++ b/sim/common/Make-common.in @@ -512,10 +512,18 @@ installdirs: check: +html: +clean-html: +install-html: + info: clean-info: install-info: +pdf: +clean-pdf: +install-pdf: + .NOEXPORT: MAKEOVERRIDES=