8
|
1 ## Process this file with automake to produce Makefile.in.
|
|
2
|
484
|
3 helpdir = @htmldir@
|
8
|
4 help_DATA = \
|
|
5 gnu_fdl.txt \
|
|
6 gqview_faq.html \
|
|
7 index.html \
|
|
8 1_introduction.html \
|
|
9 2_main_window.html \
|
|
10 2_1_navigation.html \
|
|
11 2_2_menus.html \
|
|
12 2_3_layout.html \
|
|
13 2_4_file_pane.html \
|
|
14 2_5_folder_pane.html \
|
|
15 2_6_image_pane.html \
|
|
16 2_7_status_bar.html \
|
|
17 3_other_windows.html \
|
|
18 3_1_image_window.html \
|
|
19 3_2_image_properties.html \
|
|
20 4_image_management.html \
|
|
21 4_1_copy_move.html \
|
|
22 4_2_rename.html \
|
|
23 4_3_delete.html \
|
|
24 4_4_external_editing.html \
|
|
25 5_image_search.html \
|
|
26 5_1_search.html \
|
|
27 5_2_finding_duplicates.html \
|
|
28 6_collections.html \
|
|
29 7_sidebars.html \
|
|
30 7_1_exif.html \
|
|
31 7_2_sort_manager.html \
|
|
32 7_3_keywords.html \
|
|
33 8_image_presentation.html \
|
|
34 8_1_slideshow.html \
|
|
35 8_2_fullscreen.html \
|
|
36 9_printing.html \
|
|
37 10_options.html \
|
|
38 10_1_general.html \
|
|
39 10_2_image.html \
|
|
40 10_3_window.html \
|
|
41 10_4_filtering.html \
|
|
42 10_5_editor_commands.html \
|
|
43 10_6_advanced.html \
|
|
44 10_7_hidden.html \
|
|
45 11_reference.html \
|
|
46 11_1_command_line.html \
|
|
47 11_2_keyboard_shortcuts.html \
|
|
48 11_3_thumbnails.html \
|
|
49 11_4_management.html \
|
|
50 12_credits.html
|
|
51
|
|
52 EXTRA_DIST = $(help_DATA) template.html
|