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