sim: add html & pdf stubs
We stub out the info targets already since we don't provide any.
This commit is contained in:
parent
65a9835b29
commit
0d0878d72e
2 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2021-05-08 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* Make-common.in (html, clean-html, install-html, pdf, clean-pdf,
|
||||
install-pdf): New rules.
|
||||
|
||||
2021-05-08 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* sim-options.c (compare_strings): Remove.
|
||||
|
|
|
@ -512,10 +512,18 @@ installdirs:
|
|||
|
||||
check:
|
||||
|
||||
html:
|
||||
clean-html:
|
||||
install-html:
|
||||
|
||||
info:
|
||||
clean-info:
|
||||
install-info:
|
||||
|
||||
pdf:
|
||||
clean-pdf:
|
||||
install-pdf:
|
||||
|
||||
.NOEXPORT:
|
||||
MAKEOVERRIDES=
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue