#49710 Ticket 49333 - Do not remove versioned man pages
Closed 3 years ago by spichugi. Opened 5 years ago by mhonek.
mhonek/389-ds-base ticket49333  into  master

file modified
+1
@@ -291,6 +291,7 @@ 

  clean-local:

  	-rm -rf dist

  	-rm -rf $(abs_top_builddir)/html

+ 	-rm -rf $(abs_top_builddir)/man/man3

  if RUST_ENABLE

  	CARGO_TARGET_DIR=$(abs_top_builddir)/rs cargo clean --manifest-path=$(srcdir)/src/libsds/Cargo.toml

  endif

Bug Description: Until resolving ticket 49689 in 50b5449, running
`make clean' removed also man pages which were tracked in the
versioning system (notably man1 and man8).

Fix Description: Bring back only removal of man3 man pages as they are
autogenerated and thus should not be tracked.

https://pagure.io/389-ds-base/issue/49333

Author: mhonek

Review by: ???

rebased onto 2e46702

5 years ago

Pull-Request has been merged by mhonek

5 years ago

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 pull request has been cloned to Github as issue and is available here:
- https://github.com/389ds/389-ds-base/issues/2769

If you want to continue to work on the PR, please navigate to the github issue,
download the patch from the attachments and file a new pull request.

Thank you for understanding. We apologize for all inconvenience.

Pull-Request has been closed by spichugi

3 years ago
Metadata