From 2fbd708b4744638935193350088c9838ce6c15d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 21 May 2018 11:19:32 +0200 Subject: build: fix path to auto-generated plugin API files in CMakeLists --- doc/en/CMakeLists.txt | 2 +- doc/fr/CMakeLists.txt | 2 +- doc/it/CMakeLists.txt | 2 +- doc/ja/CMakeLists.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt index c7b10287c..6ebdf1197 100644 --- a/doc/en/CMakeLists.txt +++ b/doc/en/CMakeLists.txt @@ -54,7 +54,7 @@ endif() if(ENABLE_DOC) file(GLOB AUTOGEN_USER "${CMAKE_CURRENT_SOURCE_DIR}/autogen/user/*.adoc") - file(GLOB AUTOGEN_PLUGIN "${CMAKE_CURRENT_SOURCE_DIR}/autogen/plugin/*.adoc") + file(GLOB AUTOGEN_PLUGIN "${CMAKE_CURRENT_SOURCE_DIR}/autogen/plugin_api/*.adoc") # user's guide add_custom_command( diff --git a/doc/fr/CMakeLists.txt b/doc/fr/CMakeLists.txt index 6467bbc44..c041ab758 100644 --- a/doc/fr/CMakeLists.txt +++ b/doc/fr/CMakeLists.txt @@ -54,7 +54,7 @@ endif() if(ENABLE_DOC) file(GLOB AUTOGEN_USER "${CMAKE_CURRENT_SOURCE_DIR}/autogen/user/*.adoc") - file(GLOB AUTOGEN_PLUGIN "${CMAKE_CURRENT_SOURCE_DIR}/autogen/plugin/*.adoc") + file(GLOB AUTOGEN_PLUGIN "${CMAKE_CURRENT_SOURCE_DIR}/autogen/plugin_api/*.adoc") # user's guide add_custom_command( diff --git a/doc/it/CMakeLists.txt b/doc/it/CMakeLists.txt index b90ebc612..764ae0974 100644 --- a/doc/it/CMakeLists.txt +++ b/doc/it/CMakeLists.txt @@ -54,7 +54,7 @@ endif() if(ENABLE_DOC) file(GLOB AUTOGEN_USER "${CMAKE_CURRENT_SOURCE_DIR}/autogen/user/*.adoc") - file(GLOB AUTOGEN_PLUGIN "${CMAKE_CURRENT_SOURCE_DIR}/autogen/plugin/*.adoc") + file(GLOB AUTOGEN_PLUGIN "${CMAKE_CURRENT_SOURCE_DIR}/autogen/plugin_api/*.adoc") # user's guide add_custom_command( diff --git a/doc/ja/CMakeLists.txt b/doc/ja/CMakeLists.txt index c73e160c6..c46c20012 100644 --- a/doc/ja/CMakeLists.txt +++ b/doc/ja/CMakeLists.txt @@ -54,7 +54,7 @@ endif() if(ENABLE_DOC) file(GLOB AUTOGEN_USER "${CMAKE_CURRENT_SOURCE_DIR}/autogen/user/*.adoc") - file(GLOB AUTOGEN_PLUGIN "${CMAKE_CURRENT_SOURCE_DIR}/autogen/plugin/*.adoc") + file(GLOB AUTOGEN_PLUGIN "${CMAKE_CURRENT_SOURCE_DIR}/autogen/plugin_api/*.adoc") # user's guide add_custom_command( -- cgit v1.2.3