From f56852b68c19db3f71dd69c44c8cc38ddbc644ae Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Fri, 14 Nov 2008 01:10:18 +0000 Subject: [PATCH] Fix up Makefile.am: add missing files and do not install template.html. --- doc/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 8f918496..090bde20 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -34,10 +34,12 @@ help_DATA = \ options_hidden.html \ options.html \ options_image.html \ + options_properties.html \ options_window.html \ other_windows.html \ other_windows_image_properties.html \ other_windows_image_window.html \ + other_windows_pan_view.html \ printing.html \ reference_command_line.html \ reference.html \ @@ -48,7 +50,6 @@ help_DATA = \ sidebars.html \ sidebars_keywords.html \ sidebars_sort_manager.html \ - style.css \ - template.html + style.css EXTRA_DIST = $(help_DATA) template.html -- 2.20.1