summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2002-05-25 20:45:24 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2002-05-25 20:45:24 +0000
commit2a80d3c275e8a91f901a4b58395179a6ea23a717 (patch)
tree6969bdaea5d09ccbe520c9d4d554dd14e482f5f9 /doc/Makefile.am
parent1acbc0937db3d439f10de54ad5946ec1d351d253 (diff)
downloadlibgphoto2-2a80d3c275e8a91f901a4b58395179a6ea23a717.tar.gz
make man pages with command displayed
make html pages out of gphoto2.xml git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4570 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 71b3a2b9c..590506099 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -19,4 +19,8 @@ doc_DATA = gphoto2-cli.txt gphoto2.txt FAQ
# This requires xmlto, which can be obtained from
# <http://cyberelk.net/tim/xmlto/>.
$(man_MANS): gphoto2.xml
- -xmlto man $<
+ xmlto man $<
+
+html: gphoto2.xml
+ xmlto html -o $@ $<
+ touch $@