diff options
Diffstat (limited to 'sim')
-rw-r--r-- | sim/ChangeLog | 5 | ||||
-rw-r--r-- | sim/Makefile.in | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index 72439b1..bf2af70 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,8 @@ +2009-04-17 Carlos O'Donell <carlos@codesourcery.com> + + * Makefile.in: Add dummy install-pdf, html, and + install-html targets. + 2009-01-18 Hans-Peter Nilsson <hp@axis.com> * cris/sim-if.c: Include errno.h. diff --git a/sim/Makefile.in b/sim/Makefile.in index 460256b..75aadfc 100644 --- a/sim/Makefile.in +++ b/sim/Makefile.in @@ -187,6 +187,9 @@ info: install-info: dvi: pdf: +install-pdf: +html: +install-html: ### ### |