Ignore pidginprivate.h from the docs

Thu, 13 May 2021 22:51:36 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 13 May 2021 22:51:36 -0500
changeset 40880
1b5b70f24f62
parent 40879
ac68d1f5962d
child 40881
ef0552ecc72f

Ignore pidginprivate.h from the docs

Testing Done:
Ran docs locally, had to remove the html and xml directories to have a clean build.

Reviewed at https://reviews.imfreedom.org/r/653/

doc/reference/pidgin/meson.build file | annotate | diff | comparison | revisions
--- a/doc/reference/pidgin/meson.build	Thu May 13 22:51:01 2021 -0500
+++ b/doc/reference/pidgin/meson.build	Thu May 13 22:51:36 2021 -0500
@@ -7,7 +7,8 @@
     'themes',
     'win32',
     'gtkinternal.h',
-    'pidgin.gresource.h'
+    'pidgin.gresource.h',
+    'pidginprivate.h',
 ]
 
 # Extra options to supply to gtkdoc-scan.

mercurial