X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/175e9bd08ac13e84bd73f5e48b5f1d9e7471666c..34b419d636e0de768b6b457a55994d6a052f4b68:/help/Makefile.am diff --git a/help/Makefile.am b/help/Makefile.am index 8e8e788a..71a0a8ae 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1,4 +1,6 @@ +if GEN_MANPAGES include $(top_srcdir)/gnome-doc-utils.make +endif # Annoyingly in the XML, yelp refuses to load relative images fileref, i.e. ../../src/icons/file.png # whereas the PDF generation inserts these references OK @@ -12,7 +14,12 @@ get-icons: dist-hook: get-icons doc-dist-hook DOC_MODULE = viking -DOC_ENTITIES = legal.xml +DOC_ENTITIES = legal.xml \ + attribution.xml \ + commandline.xml \ + georef_layer.xml \ + mapnik_rendering_layer.xml \ + recommends.xml DOC_INCLUDES = DOC_FIGURES = \ figures/addtr_18.png \ @@ -22,6 +29,8 @@ DOC_FIGURES = \ figures/edwp_18.png \ figures/geomove_18.png \ figures/geozoom_18.png \ + figures/LayersTracksList.png \ + figures/LayersTracksStatistics.png \ figures/Maps_download_region_dialog.png \ figures/map_tile_info_dialog.png \ figures/mapdl_18.png \ @@ -33,10 +42,31 @@ DOC_FIGURES = \ figures/select_18.png \ figures/showpic_18.png \ figures/Trackpoint_edit_dialog.png \ + figures/Track_elevation_graph.png \ + figures/Track_properties.png \ + figures/Track_statistics.png \ figures/trw_statusbar.png \ figures/vik_new_route_18.png \ + figures/WaypointsList.png \ figures/zoom_18.png \ figures/zoom_status_popup.png \ figures/Viking-OSM-CycleMap-ManyTracks.jpg \ - figures/DEM_file_info_dialog.png + figures/DEM_file_info_dialog.png \ + figures/customize_toolbar_dialog.png DOC_LINGUAS = + +EXTRA_DIST = viking.xml.in + +CLEANFILES= + +# man pages processing +if GEN_MANPAGES +MANPAGES=viking.1 +man_MANS = $(MANPAGES) +CLEANFILES+=$(MANPAGES) +endif +DB2MAN=@DB2MAN_XSL@ +XP=@XP@ -''-nonet + +%.1: %.xml + $(XP) -o $@ $(DB2MAN) $<