#49333 make distclean removes man pages
Closed: wontfix by mreynolds. Opened by lkrispen.

if you checkout the src tree and run
autoreconf .fiv
configure .....
make install

everything works fine. But running make distclean does:
rm -rf /389-ds-base/man

and after that you have:

git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
deleted:    man/man1/cl-dump.1
deleted:    man/man1/dbgen.pl.1
     .....

then next configure &make install will fail with "no rule to make target man/man1/cl-dump.1......

since these files are gone.

The change was introduced by patch #49139
It should probably only remove man/man3


Metadata Update from @mreynolds:
- Custom field component adjusted to None
- Custom field origin adjusted to None
- Custom field reviewstatus adjusted to None
- Custom field type adjusted to None
- Custom field version adjusted to None
- Issue set to the milestone: 1.3.7 backlog

Metadata Update from @mreynolds:
- Custom field reviewstatus adjusted to ack (was: None)

PR #49710 merged into master as 2e46702.

Metadata Update from @mreynolds:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/2392

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: fixed)

Metadata