From 48aa20928cfba864ac2d1f2d1bf2fd5c4b047eef Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sun, 2 Feb 2014 11:43:34 +0100 Subject: [PATCH] [doc] Fix `make dist'. --- doc/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index d765f36..a19be91 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -52,7 +52,10 @@ EXTRA_DIST = c2pandoc.sed \ ttfautohint-3.pandoc \ template.html \ template.tex \ - ttfautohint-css.html + ttfautohint-css.html \ + ttfautohint-js.html \ + footnote-popup.js \ + jquery-1.11.0.min.js if WITH_DOC nobase_dist_doc_DATA = $(DOC) -- 2.11.4.GIT