Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=723125

--- Comment #3 from Jerry James <[email protected]> 2011-07-22 13:59:04 EDT 
---
(In reply to comment #2)
> Second, I question the usefulness of having /usr/share/javadoc/jutils contain 
> a
> directory named "apidocs".  Wouldn't it be better to move the contents of
> apidocs up one level?  That is, I'm suggesting this way of installing the
> javadocs:
> 
> # javadoc
> mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}
> cp -a target/site/apidocs  $RPM_BUILD_ROOT%{_javadocdir}/%{name}

Argh, no, I copied the wrong lines.  I meant *this* way of installing the
javadocs:

# javadoc
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}
cp -a target/site/apidocs  $RPM_BUILD_ROOT%{_javadocdir}/%{name}

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to