summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2002-07-09 22:49:06 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2002-07-09 22:49:06 +0000
commitada60c65e0c116ca0f808e7e3f1f1e0156aa0eda (patch)
tree2f83208b110d1a1c046d5be07323d3ff956e484e /doc
parent4ab9729fea6a94f72f33dbbf701ce9bc4678a1d5 (diff)
downloadlibgphoto2-ada60c65e0c116ca0f808e7e3f1f1e0156aa0eda.tar.gz
removed one debugging echo line
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4836 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c4f693bbc..1dcdaf079 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -92,7 +92,6 @@ htmldir=@HTML_DIR@
TARGET_DIR=$(htmldir)/manual
manual: gphoto2.xml
- echo "$$(pwd) $@ $<"
$(XMLTO) html -o "$@" "$<"
cd $@ && rm -f figures && ln -s ../figures figures # to view docs in src tree
touch "$@"