diff options
author | Nathan Willis <nwillis@glyphography.com> | 2018-10-30 11:24:56 -0500 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2018-10-30 19:14:57 +0200 |
commit | f236f790884d7b5c7afb73768724c360d4ea5212 (patch) | |
tree | 41560e7b0a9703c847c4eeae14245ad3602138f3 /docs | |
parent | 9f4b375e396fe65b30c792b9524a732da0b477d1 (diff) |
Docs Makefile: sync SGML list to harfbuzz-docs.xml include list. Hopefully fixes distcheck failure.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 595dd83e..9b54b40e 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -72,14 +72,15 @@ HTML_IMAGES= \ # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). # e.g. content_files=running.sgml building.sgml changes-2.0.sgml content_files= \ + usermanual-what-is-harfbuzz.xml \ + usermanual-install-harfbuzz.xml \ + usermanual-getting-started.xml \ + usermanual-shaping-concepts.xml \ usermanual-buffers-language-script-and-direction.xml \ - usermanual-clusters.xml \ usermanual-fonts-and-faces.xml \ - usermanual-glyph-information.xml \ - usermanual-getting-started.xml \ - usermanual-install-harfbuzz.xml \ + usermanual-clusters.xml \ usermanual-opentype-features.xml \ - usermanual-what-is-harfbuzz.xml \ + usermanual-glyph-information.xml \ version.xml # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded |