Commit fd1146d4 by Geoffrey Keating Committed by Geoffrey Keating

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

From-SVN: r77946
parent e3d6e740
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
......
......@@ -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)'`; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment