* Make-lang.in: Add dummy lang.install-pdf target.
From-SVN: r122455
This commit is contained in:
parent
1c94084af2
commit
95506ebf3c
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
|
||||||
|
|
||||||
|
* Make-lang.in: Add dummy lang.install-pdf target.
|
||||||
|
|
||||||
2007-02-18 Kazu Hirata <kazu@codesourcery.com>
|
2007-02-18 Kazu Hirata <kazu@codesourcery.com>
|
||||||
|
|
||||||
* objc/objc-act.c: Fix comment typos.
|
* objc/objc-act.c: Fix comment typos.
|
||||||
|
|
|
@ -23,8 +23,8 @@
|
||||||
# Each language makefile fragment must provide the following targets:
|
# Each language makefile fragment must provide the following targets:
|
||||||
#
|
#
|
||||||
# foo.all.cross, foo.start.encap, foo.rest.encap,
|
# foo.all.cross, foo.start.encap, foo.rest.encap,
|
||||||
# foo.install-common, foo.install-man, foo.install-info, foo.dvi, foo.pdf
|
# foo.install-common, foo.install-man, foo.install-info, foo.install-pdf,
|
||||||
# foo.uninstall,
|
# foo.info, foo.dvi, foo.pdf, foo.html, foo.uninstall,
|
||||||
# foo.mostlyclean, foo.clean, foo.distclean,
|
# foo.mostlyclean, foo.clean, foo.distclean,
|
||||||
# foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4
|
# foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4
|
||||||
#
|
#
|
||||||
|
@ -91,6 +91,7 @@ objc.info:
|
||||||
objc.install-info:
|
objc.install-info:
|
||||||
objc.dvi:
|
objc.dvi:
|
||||||
objc.pdf:
|
objc.pdf:
|
||||||
|
objc.install-pdf:
|
||||||
objc.html:
|
objc.html:
|
||||||
objc.man:
|
objc.man:
|
||||||
objc.srcinfo:
|
objc.srcinfo:
|
||||||
|
|
Loading…
Add table
Reference in a new issue