Bug fix: Meson - doc/html missing
authorColin Clark <colin.clark@cclark.uk>
Mon, 18 Jul 2022 09:32:58 +0000 (10:32 +0100)
committerColin Clark <colin.clark@cclark.uk>
Mon, 18 Jul 2022 09:32:58 +0000 (10:32 +0100)
Empty sub-directories doc/html and doc/html/lua-api were not included.

doc/html/lua-api/meson.build [new file with mode: 0644]
doc/html/meson.build [new file with mode: 0644]
doc/meson.build

diff --git a/doc/html/lua-api/meson.build b/doc/html/lua-api/meson.build
new file mode 100644 (file)
index 0000000..2fa4547
--- /dev/null
@@ -0,0 +1,11 @@
+# Copyright (C) 2008 - 2022 The Geeqie Team
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#
diff --git a/doc/html/meson.build b/doc/html/meson.build
new file mode 100644 (file)
index 0000000..d2def94
--- /dev/null
@@ -0,0 +1,13 @@
+# Copyright (C) 2008 - 2022 The Geeqie Team
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#
+
+subdir('lua-api')
index ecfaae5..e9025b1 100644 (file)
@@ -11,6 +11,8 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 #
 
+subdir('html')
+
 guideindex = files('docbook/GuideIndex.xml')
 destdir = join_paths(meson.project_build_root(), 'doc', 'html/')
 iconsdir = join_paths(meson.project_source_root(), 'doc', 'icons/')