diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-05-08 11:53:37 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-05-08 11:55:22 -0400 |
commit | 0d0878d72e0271da43fd248a39ce11dc9fb7e568 (patch) | |
tree | 65c4a1ca9cca1b5b00910e2858815458cc74bc39 /sim/common/Make-common.in | |
parent | 65a9835b29386b6ebccfff059efb4d5cd95beeaf (diff) | |
download | gdb-0d0878d72e0271da43fd248a39ce11dc9fb7e568.zip gdb-0d0878d72e0271da43fd248a39ce11dc9fb7e568.tar.gz gdb-0d0878d72e0271da43fd248a39ce11dc9fb7e568.tar.bz2 |
sim: add html & pdf stubs
We stub out the info targets already since we don't provide any.
Diffstat (limited to 'sim/common/Make-common.in')
-rw-r--r-- | sim/common/Make-common.in | 8 |
1 files changed, 8 insertions, 0 deletions
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= |