Skip to content
Snippets Groups Projects
Commit 4bf4fb29 authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/jsoncpp] Filter local build/install rules through logfilter

parent 3cea1b86
No related branches found
No related tags found
No related merge requests found
......@@ -55,11 +55,13 @@ post-extract:
pre-configure: autoreconf
doc-build:
${RUN} cd ${WRKSRC} && ${PYTHON} doxybuild.py \
${RUN} cd ${WRKSRC} && ${BUILD_LOGFILTER} \
${PYTHON} doxybuild.py \
--dot=${PREFIX.graphviz}/dot --doxygen=${DOXYGEN} \
--with-dot
doc-install:
${RUN} cd ${WRKSRC} && \
cd dist/doxygen/jsoncpp-api-html-${PKGVERSION_NOREV} && \
${PAX} -v -r -w -p m . ${PREFIX}/${DOXYGEN_PLIST_DIR}/.
${INSTALL_LOGFILTER} \
${PAX} -v -r -w -p m . ${PREFIX}/${DOXYGEN_PLIST_DIR}/.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment