Bug 3033 - installswat.sh does not install manpages
Summary: installswat.sh does not install manpages
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: SWAT (show other bugs)
Version: 3.0.20a
Hardware: All All
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-24 05:34 UTC by Fredrik Lundholm
Modified: 2005-10-10 05:53 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fredrik Lundholm 2005-08-24 05:34:24 UTC
the script ./source/scripts/installswat.sh tries to install 

# Install html documentation (if html documentation tree is here)
for dir in htmldocs/manpages  ... 

but the ../docs/htmldocs/ only contains a "manpages-3" directory and
the manpages does not ghet copied which 'breaks' swat.
Comment 1 Gerald (Jerry) Carter (dead mail address) 2005-08-24 05:44:13 UTC
This was a bug in the release.  Just
$ mv ../docs/htmldocs/manpages-3 ../docs/htmldocs/manpages
Sorry.  My fault.
Comment 2 Gerald (Jerry) Carter (dead mail address) 2005-08-24 10:19:56 UTC
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.
Comment 3 Fredrik Lundholm 2005-10-08 10:35:35 UTC
This problem remains in 3.0.20a
Comment 4 Gerald (Jerry) Carter (dead mail address) 2005-10-10 05:53:18 UTC
no.  It's really fixed.  The docs for 3.0.20a were not updated
and so suffered from teh same bug.