| commit | d672bcf9d72bb473f5f53089c8af595c4047bc99 | [log] [tgz] |
|---|---|---|
| author | Behdad Esfahbod <behdad@behdad.org> | Tue Nov 28 22:20:57 2017 -0800 |
| committer | Behdad Esfahbod <behdad@behdad.org> | Tue Nov 28 22:20:57 2017 -0800 |
| tree | a9718e6b099db0be8e2820ff2a4767e4fd0f110d | |
| parent | 23ade70783a17ed6822d13e7a910544de2ef181f [diff] |
Minor
diff --git a/docs/Makefile.am b/docs/Makefile.am index 3916801..79934d5 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am
@@ -67,7 +67,8 @@ # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png HTML_IMAGES= \ - HarfBuzz.png + HarfBuzz.png \ + HarfBuzz.svg # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). # e.g. content_files=running.sgml building.sgml changes-2.0.sgml