]> git.street.me.uk Git - andy/viking.git/blobdiff - help/Makefile.am
Automatically remove suspicious first points of GPX Tracks.
[andy/viking.git] / help / Makefile.am
index db47107a0d8a25d35d9d40b22fe77bdd3885bfca..71a0a8ae2a491075135c6880a72f320ccde6a250 100644 (file)
@@ -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 \
@@ -44,15 +51,15 @@ DOC_FIGURES = \
     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
+EXTRA_DIST = viking.xml.in
 
 CLEANFILES=
+
 # man pages processing
-# TODO conditional processing
-# (availability of docbook stylesheet and xsltproc)
 if GEN_MANPAGES
 MANPAGES=viking.1
 man_MANS = $(MANPAGES)