mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-23 01:52:48 +03:00
don't call the result files .out but .res as the Makefiles tend to try
* doc/examples/*: don't call the result files .out but .res as the Makefiles tend to try generating binaries for .out targets... Daniel
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* purpose: Demonstrate the use of xmlReaderForFile() to parse an XML file
|
||||
* and dump the informations about the nodes found in the process
|
||||
* usage: reader1 <filename>
|
||||
* test: reader1 test2.xml > reader1.tmp ; diff reader1.tmp reader1.out ; rm reader1.tmp
|
||||
* test: reader1 test2.xml > reader1.tmp ; diff reader1.tmp reader1.res ; rm reader1.tmp
|
||||
* author: Daniel Veillard
|
||||
* copy: see Copyright for the status of this software.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user