public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rich Mattes <richmattes@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/pcl] f44: Filter build directory out of doxygen generation
Date: Thu, 25 Jun 2026 05:50:00 GMT	[thread overview]
Message-ID: <178236660026.1.9932186702373241056.rpms-pcl-17e6102217f0@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/pcl
Branch : f44
Commit : 17e6102217f031f81dc50c4dd83a7c91d34dc99e
Author : Rich Mattes <richmattes@gmail.com>
Date   : 2020-08-08T16:42:04-04:00
Stats  : +3/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/pcl/c/17e6102217f031f81dc50c4dd83a7c91d34dc99e?branch=f44

Log:
Filter build directory out of doxygen generation

---
diff --git a/pcl.spec b/pcl.spec
index b5e267c..b7320a6 100644
--- a/pcl.spec
+++ b/pcl.spec
@@ -95,6 +95,9 @@ rm -fr recognition/include/pcl/recognition/3rdparty/metslib
 rm -fr surface/src/3rdparty/opennurbs
 rm -rf surface/include/pcl/surface/3rdparty/opennurbs
 
+# Exclude build directory from doxygen generation
+sed -i 's|@PCL_SOURCE_DIR@/build|@PCL_SOURCE_DIR@/%{_vpath_builddir}|' doc/doxygen/doxyfile.in
+
 %build
 # try to reduce memory usage of compile process (can cause OOM errors
 # esp. on ARM builders)

                 reply	other threads:[~2026-06-25  5:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178236660026.1.9932186702373241056.rpms-pcl-17e6102217f0@fedoraproject.org \
    --to=richmattes@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox