diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2018-03-14 00:15:38 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2018-03-14 00:22:21 +0200 |
commit | 248669f3ba716a990fb164e32d69ef81185a8ac3 (patch) | |
tree | 852e3d0e7b15254ee7208e411bed10e0d2f92eb7 /docs | |
parent | d4f3370336a40907f528a41e75a55fe4f50c1a11 (diff) | |
download | pango-248669f3ba716a990fb164e32d69ef81185a8ac3.tar.gz |
Modules are long gone
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 1 | ||||
-rw-r--r-- | docs/meson.build | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 80df07bc..fa4437f1 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -23,7 +23,6 @@ CFILE_GLOB=$(top_srcdir)/pango/*.c IGNORE_HFILES= \ ftglue.h \ opentype \ - modules.h \ pangoatsui-private.h \ pangocairo-private.h \ pangocairo-fc.h \ diff --git a/docs/meson.build b/docs/meson.build index 199ba4bd..1c6c787f 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -8,7 +8,6 @@ configure_file(input: 'version.xml.in', private_headers = [ 'ftglue.h', - 'modules.h', 'pangoatsui-private.h', 'pangocairo-private.h', 'pangocairo-fc.h', |