summaryrefslogtreecommitdiff
path: root/doc/examples/io1.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/io1.c')
-rw-r--r--doc/examples/io1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/io1.c b/doc/examples/io1.c
index d077cd8..c8a47e3 100644
--- a/doc/examples/io1.c
+++ b/doc/examples/io1.c
@@ -6,7 +6,7 @@
* XInclude method context to show how dynamic document can
* be built in a clean way.
* usage: io1
- * test: io1 > io1.tmp && diff io1.tmp $(srcdir)/io1.res
+ * test: io1 > io1.tmp ; diff io1.tmp io1.res ; rm -f io1.tmp
* author: Daniel Veillard
* copy: see Copyright for the status of this software.
*/