| Summary: | src/share/doc/IPv6/IMPLEMENTATION doesn't get installed | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Bruce A. Mah <bmah> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Alexey M. Zelkin
2000-03-01 22:11:07 UTC
src/share/doc/IPv6/IMPLEMENTATION doesn't get installed on an installworld. I think it's supposed to go to /usr/share/doc/IPv6/IMPLEMENTATION. Fix: This should be fairly trivial to someone reasonably familiar with how docs get installed, but I'm not that someone. How-To-Repeat: # make buildworld Hi,
> >Description:
>
> src/share/doc/IPv6/IMPLEMENTATION doesn't get installed on an
> installworld. I think it's supposed to go to
> /usr/share/doc/IPv6/IMPLEMENTATION.
>
> This should be fairly trivial to someone reasonably familiar
> with how docs get installed, but I'm not that someone.
I committed it, but I also am not familiar with how to get it
installed.
Could someone please give me hints?
(As far as I checked the doc dir, all other files seems to be man
style, and on the other hand, IMPLEMENTATION is just a plain
text. Did I placed it to wrong dir? )
Thanks,
Yoshinobu Inoue
> > (As far as I checked the doc dir, all other files seems to be man
> > style, and on the other hand, IMPLEMENTATION is just a plain
> > text. Did I placed it to wrong dir? )
> No. You just forgoten to include this directory to building scheme --
> you forgot to add Makefile for this dir.
I noticed the neccesity of adding IPv6 to SUBDIR, but I
couldn't create successful Makefile under IPv6 dir.
Your Makefile worked successfuly. Thanks!
I'll commit them.
Yoshinobu Inoue
If memory serves me right, Yoshinobu Inoue wrote:
> (As far as I checked the doc dir, all other files seems to be man
> style, and on the other hand, IMPLEMENTATION is just a plain
> text. Did I placed it to wrong dir? )
I'm glad phantom replied (thanks!), I learned a few things along the way
also. You can close the PR now, it seems to install correctly.
Thanks!
Bruce.
State Changed From-To: open->closed Patches from phantom is applied and the problem is confirmed to be fixed. Thanks! |