* Make-lang.in (java.install-man): Add extra dependencies.

From-SVN: r77946
This commit is contained in:
Geoffrey Keating 2004-02-17 05:20:25 +00:00 committed by Geoffrey Keating
parent e3d6e74052
commit fd1146d48f
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-02-16 Geoffrey Keating <geoffk@apple.com>
* Make-lang.in (java.install-man): Add extra dependencies.
2004-02-13 Geoffrey Keating <geoffk@apple.com>
* Make-lang.in: Install man pages under the same names

View File

@ -396,7 +396,9 @@ rmiregistry.pod: java/gcj.texi
# Install the man pages.
java.install-man: installdirs \
$(DESTDIR)$(man1dir)/$(JAVA_INSTALL_NAME)$(man1ext)
$(DESTDIR)$(man1dir)/$(JAVA_INSTALL_NAME)$(man1ext) \
$(JAVA_TARGET_INDEPENDENT_BIN_TOOLS:%=doc/%.1) \
doc/gij.1 doc/jv-convert.1 doc/rmic.1 doc/rmiregistry.1
for tool in $(JAVA_TARGET_INDEPENDENT_BIN_TOOLS) \
gij jv-convert rmic rmiregistry ; do \
tool_transformed_name=`echo $$tool|sed '$(program_transform_name)'`; \