From 0d0878d72e0271da43fd248a39ce11dc9fb7e568 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 8 May 2021 11:53:37 -0400 Subject: sim: add html & pdf stubs We stub out the info targets already since we don't provide any. --- sim/common/ChangeLog | 5 +++++ sim/common/Make-common.in | 8 ++++++++ 2 files changed, 13 insertions(+) (limited to 'sim') diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 1f978a7..17cf964 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 c92228b..4edc54c 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= -- cgit v1.1