# HG changeset patch # User bruclik # Date 1225028590 0 # Node ID cbac5e35b1f7a52efb30f7409b989ad91a322202 # Parent 84ef837579eb28a4a5e3c5977ea8ebfd397e82a5 Fixed doc/Makefile.am according to renamed doc files. diff -r 84ef837579eb -r cbac5e35b1f7 doc/Makefile.am --- a/doc/Makefile.am Sat Oct 25 14:42:52 2008 +0000 +++ b/doc/Makefile.am Sun Oct 26 13:43:10 2008 +0000 @@ -2,51 +2,55 @@ helpdir = @htmldir@ help_DATA = \ + collections.html \ + credits.html \ + faq.html \ gnu_fdl.txt \ - faq.html \ + image_management_copy_move.html \ + image_management_delete.html \ + image_management_external_editing.html \ + image_management.html \ + image_management_rename.html \ + image_presentation_fullscreen.html \ + image_presentation.html \ + image_presentation_slideshow.html \ + image_search_finding_duplicates.html \ + image_search.html \ + image_search_search.html \ index.html \ - 1_introduction.html \ - 2_main_window.html \ - 2_1_navigation.html \ - 2_2_menus.html \ - 2_3_layout.html \ - 2_4_file_pane.html \ - 2_5_folder_pane.html \ - 2_6_image_pane.html \ - 2_7_status_bar.html \ - 3_other_windows.html \ - 3_1_image_window.html \ - 3_2_image_properties.html \ - 4_image_management.html \ - 4_1_copy_move.html \ - 4_2_rename.html \ - 4_3_delete.html \ - 4_4_external_editing.html \ - 5_image_search.html \ - 5_1_search.html \ - 5_2_finding_duplicates.html \ - 6_collections.html \ - 7_sidebars.html \ - 7_1_exif.html \ - 7_2_sort_manager.html \ - 7_3_keywords.html \ - 8_image_presentation.html \ - 8_1_slideshow.html \ - 8_2_fullscreen.html \ - 9_printing.html \ - 10_options.html \ - 10_1_general.html \ - 10_2_image.html \ - 10_3_window.html \ - 10_4_filtering.html \ - 10_5_editor_commands.html \ - 10_6_advanced.html \ - 10_7_hidden.html \ - 11_reference.html \ - 11_1_command_line.html \ - 11_2_keyboard_shortcuts.html \ - 11_3_thumbnails.html \ - 11_4_management.html \ - 12_credits.html + introduction.html \ + main_window_file_pane.html \ + main_window_folder_pane.html \ + main_window.html \ + main_window_image_pane.html \ + main_window_layout.html \ + main_window_menus.html \ + main_window_navigation.html \ + main_window_status_bar.html \ + Makefile \ + Makefile.am \ + Makefile.in \ + options_advanced.html \ + options_editor_commands.html \ + options_filtering.html \ + options_general.html \ + options_hidden.html \ + options.html \ + options_image.html \ + options_window.html \ + other_windows.html \ + other_windows_image_properties.html \ + other_windows_image_window.html \ + printing.html \ + reference_command_line.html \ + reference.html \ + reference_keyboard_shortcuts.html \ + reference_management.html \ + reference_thumbnails.html \ + sidebars_exif.html \ + sidebars.html \ + sidebars_keywords.html \ + sidebars_sort_manager.html \ + template.html EXTRA_DIST = $(help_DATA) template.html