]> git.street.me.uk Git - andy/viking.git/blob - help/Makefile.am
[DOC] Update GeoRef Layer documentation for the latest capabilities.
[andy/viking.git] / help / Makefile.am
1 include $(top_srcdir)/gnome-doc-utils.make
2
3 # Annoyingly in the XML, yelp refuses to load relative images fileref, i.e. ../../src/icons/file.png
4 #  whereas the PDF generation inserts these references OK
5 # Nevertheless we need to copy the images into figures/ so they are available for the distribution installed help
6 # Most tool icons are _18, except the pan one which is _22 just to be annoying
7 get-icons:
8         -cp -f ../src/icons/*_[12][0-9].png C/figures/
9 # '-' ^^^^^ means it doesn't care about the exit status
10 #  this copy statement is not critical (especially when run under make distcheck)
11
12 dist-hook: get-icons doc-dist-hook
13
14 DOC_MODULE = viking
15 DOC_ENTITIES = legal.xml \
16     attribution.xml \
17     commandline.xml \
18     georef_layer.xml \
19     recommends.xml
20 DOC_INCLUDES =
21 DOC_FIGURES = \
22     figures/addtr_18.png \
23     figures/addwp_18.png \
24     figures/demdl_18.png \
25     figures/edtr_18.png \
26     figures/edwp_18.png \
27     figures/geomove_18.png \
28     figures/geozoom_18.png \
29     figures/LayersTracksList.png \
30     figures/LayersTracksStatistics.png \
31     figures/Maps_download_region_dialog.png \
32     figures/map_tile_info_dialog.png \
33     figures/mapdl_18.png \
34     figures/mover_22.png \
35     figures/properties_degree.png \
36     figures/properties_units.png \
37     figures/route_finder_18.png \
38     figures/ruler_18.png \
39     figures/select_18.png \
40     figures/showpic_18.png \
41     figures/Trackpoint_edit_dialog.png \
42     figures/Track_elevation_graph.png \
43     figures/Track_properties.png \
44     figures/Track_statistics.png \
45     figures/trw_statusbar.png \
46     figures/vik_new_route_18.png \
47     figures/WaypointsList.png \
48     figures/zoom_18.png \
49     figures/zoom_status_popup.png \
50     figures/Viking-OSM-CycleMap-ManyTracks.jpg \
51     figures/DEM_file_info_dialog.png \
52     figures/customize_toolbar_dialog.png
53 DOC_LINGUAS =
54
55 EXTRA_DIST = viking.xml
56
57 CLEANFILES=
58 # man pages processing
59 # TODO conditional processing
60 # (availability of docbook stylesheet and xsltproc)
61 if GEN_MANPAGES
62 MANPAGES=viking.1
63 man_MANS = $(MANPAGES)
64 CLEANFILES+=$(MANPAGES)
65 endif
66 DB2MAN=@DB2MAN_XSL@
67 XP=@XP@ -''-nonet
68
69 %.1: %.xml
70         $(XP) -o $@ $(DB2MAN) $<