Skip to content
Snippets Groups Projects
Commit f27f7355 authored by tho's avatar tho
Browse files

strange problem with "echo -e" (?)

parent eea7bd77
No related branches found
No related tags found
No related merge requests found
......@@ -440,7 +440,8 @@ def DoxyXRef(env, docs=None,
docs = env.Alias('all_docs')[0].sources
xrefs = [ doc for doc in docs if os.path.splitext(doc.name)[1] == ".xmli" ]
xref = env.Command("doc/html/xref.xml", xrefs,
[ "echo -e '<?xml version=\"1.0\"?>\\n<xref>' >$TARGET",
[ "echo '<?xml version=\"1.0\"?>' > $TARGET",
"echo '<xref>' >> $TARGET",
"cat $SOURCES >> $TARGET",
"echo '</xref>' >>$TARGET" ])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment