summaryrefslogtreecommitdiffstats
path: root/src/libdoxygen.t
diff options
context:
space:
mode:
Diffstat (limited to 'src/libdoxygen.t')
-rw-r--r--src/libdoxygen.t7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/libdoxygen.t b/src/libdoxygen.t
index 6aec6ba..1008cd9 100644
--- a/src/libdoxygen.t
+++ b/src/libdoxygen.t
@@ -76,6 +76,9 @@ sub GenerateDep {
$(YACC) -l -d -p cppExpYY constexp.y -o ce_parse.c
-rm ce_parse.c
-#treeview.h: treeview.js
-# cat treeview.js | sed -e "s/\\\\/\\\\\\\\/g" -e "s/\"/\\\\\"/g" -e "s/^/\"/g" -e "s/$$/\\\\n\"/g" >treeview.h
+index_xsd.h: index.xsd
+ cat index.xsd | sed -e "s/\\\\/\\\\\\\\/g" -e "s/\"/\\\\\"/g" -e "s/^/\"/g" -e "s/$$/\\\\n\"/g" >index_xsd.h
+
+compound_xsd.h: compound.xsd
+ cat compound.xsd | sed -e "s/\\\\/\\\\\\\\/g" -e "s/\"/\\\\\"/g" -e "s/^/\"/g" -e "s/$$/\\\\n\"/g" >compound_xsd.h