summaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-03-27 18:09:36 +0000
committerDaniel Jacobowitz <drow@false.org>2007-03-27 18:09:36 +0000
commit9453113a8dafd58cd1b8a4719bdb7ccc5c8915e0 (patch)
tree7013c2be046a635665b169add76b9ecaf886c13d /sim
parentb741e217929039042129802a61e4510c580ecc79 (diff)
Add "make pdf" and "make install-pdf", from Brooks Moses
<brooks.moses@codesourcery.com>.
Diffstat (limited to 'sim')
-rw-r--r--sim/ChangeLog4
-rw-r--r--sim/Makefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog
index f34b86250d..6f110ef5bb 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
+
+ * Makefile.in: Add dummy "pdf" target.
+
2007-02-20 Hans-Peter Nilsson <hp@axis.com>
* cris/traps.c (dump_statistics): Change format for cycle numbers
diff --git a/sim/Makefile.in b/sim/Makefile.in
index 86f08e483f..c7a37febc4 100644
--- a/sim/Makefile.in
+++ b/sim/Makefile.in
@@ -186,6 +186,7 @@ check: force
info:
install-info:
dvi:
+pdf:
###
###