Thursday, July 5, 2018

[389-commits] [389-ds-base] 01/01: Fix issue with man3 page removal for doxygen

This is an automated email from the git hooks/post-receive script.

mreynolds pushed a commit to branch 389-ds-base-1.3.7
in repository 389-ds-base.

commit c5156922e2ff810158040899da8a758bef27e324
Author: Mark Reynolds <mreynolds@redhat.com>
Date: Thu Jul 5 12:52:30 2018 -0400

Fix issue with man3 page removal for doxygen

One lime commit rule
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 9a72aaf..a4af4e1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2273,7 +2273,7 @@ if HAVE_DOXYGEN

doxyfile.stamp:
cd $(srcdir); $(DOXYGEN) $(abs_top_builddir)/docs/slapi.doxy
- rm $(abs_top_builddir)/man/man3/_*
+ rm -f $(abs_top_builddir)/man/man3/_*
touch doxyfile.stamp

# Add the docs to make all.

--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
389-commits mailing list -- 389-commits@lists.fedoraproject.org
To unsubscribe send an email to 389-commits-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/389-commits@lists.fedoraproject.org/message/FVEWWHXGGU2WSDYQN5BIFRVCLHMCY5D7/

No comments:

Post a Comment