summaryrefslogtreecommitdiff
path: root/doc/examples/tree1.c
diff options
context:
space:
mode:
authorAron Xu <aron@debian.org>2012-09-18 01:15:29 +0800
committerAron Xu <aron@debian.org>2012-09-18 01:15:29 +0800
commit41bb0209b2071a2e26669520a9c7a2b06af70466 (patch)
treecab0f77d60f62c896c892f4fae70cdf506897af7 /doc/examples/tree1.c
parent896154dde64804820df53924a5b4874c388d89fd (diff)
parentf660f9d2924c7549bc87e7f9b4ece7c9727b3682 (diff)
downloadlibxml2-41bb0209b2071a2e26669520a9c7a2b06af70466.tar.gz
Merge tag 'upstream/2.9.0'
Upstream version 2.9.0
Diffstat (limited to 'doc/examples/tree1.c')
-rw-r--r--doc/examples/tree1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/tree1.c b/doc/examples/tree1.c
index 8644cf1..e6faefc 100644
--- a/doc/examples/tree1.c
+++ b/doc/examples/tree1.c
@@ -5,7 +5,7 @@
* get the root element, then walk the document and print
* all the element name in document order.
* usage: tree1 filename_or_URL
- * test: tree1 test2.xml > tree1.tmp ; diff tree1.tmp tree1.res ; rm tree1.tmp
+ * test: tree1 test2.xml > tree1.tmp && diff tree1.tmp $(srcdir)/tree1.res
* author: Dodji Seketeli
* copy: see Copyright for the status of this software.
*/