libyang/libyang-1.0.184-doc.patch
Petr Šabata fefbbe6ea2 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/libyang#59f1f6066697007a45044a50ec6d55f356349b24
2020-10-15 18:12:58 +02:00

20 lines
700 B
Diff

commit 66db639f2c6c1b9dda8cf18e2a212f160b268a3b
Author: Tomas Korbar <tkorbar@redhat.com>
Date: Thu Jul 23 09:35:56 2020 +0200
Search for libyang.h in build directory
diff --git a/Doxyfile.in b/Doxyfile.in
index 2534da3..272248e 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -781,7 +781,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
-INPUT = @CMAKE_BINARY_DIR@/src/libyang.h \
+INPUT = ./build/src/libyang.h \
./src/tree_data.h \
./src/tree_schema.h \
./src/extensions.h \