summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2002-06-12 22:42:23 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2002-06-12 22:42:23 +0000
commit816a4044a77b0a46791164be8ab5ec01358e94f2 (patch)
tree18c460f6f287ea0670a46587d7de769365e8620e /doc
parent65fc74b97e2af458cb0ea713269052c600616c41 (diff)
downloadlibgphoto2-816a4044a77b0a46791164be8ab5ec01358e94f2.tar.gz
use $(XMLTO) instead of xmlto
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4649 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c693389d7..0556d0cfe 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -38,7 +38,7 @@ doc_DATA = gphoto2-cli.txt gphoto2.txt FAQ
########################################################################
if XMLTOPDF
gphoto2.pdf: gphoto2.xml
- xmlto pdf $<
+ $(XMLTO) pdf $<
endif
########################################################################
@@ -46,7 +46,7 @@ endif
########################################################################
if XMLTOPS
gphoto2.ps: gphoto2.xml
- xmlto ps $<
+ $(XMLTO) ps $<
endif
########################################################################
@@ -54,7 +54,7 @@ endif
########################################################################
if XMLTOMAN
$(man_MANS): gphoto2.xml
- xmlto man $<
+ $(XMLTO) man $<
endif
########################################################################
@@ -73,7 +73,7 @@ htmldir=@HTML_DIR@
TARGET_DIR=$(htmldir)/manual
manual: gphoto2.xml
- xmlto html -o "$@" "$<"
+ $(XMLTO) html -o "$@" "$<"
touch "$@"
clean_local_manual = clean-local-manual