summaryrefslogtreecommitdiffstats
path: root/src/doxygen.t
diff options
context:
space:
mode:
Diffstat (limited to 'src/doxygen.t')
-rw-r--r--src/doxygen.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/doxygen.t b/src/doxygen.t
index c2d7aae..be0dcc4 100644
--- a/src/doxygen.t
+++ b/src/doxygen.t
@@ -81,3 +81,6 @@ sub GenerateDep {
xml_dtd.h: doxygen.dtd
cat doxygen.dtd | sed -e "s/\"/\\\\\"/g" -e "s/^/\"/g" -e "s/$$/\\\\n\"/g" >xml_dtd.h
+treeview.h: treeview.js
+ cat treeview.js | sed -e "s/\\\\/\\\\\\\\/g" -e "s/\"/\\\\\"/g" -e "s/^/\"/g" -e "s/$$/\\\\n\"/g" >treeview.h
+