summaryrefslogtreecommitdiffstats
path: root/src/doxygen.t
diff options
context:
space:
mode:
Diffstat (limited to 'src/doxygen.t')
-rw-r--r--src/doxygen.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doxygen.t b/src/doxygen.t
index f887a68..1d6fc2f 100644
--- a/src/doxygen.t
+++ b/src/doxygen.t
@@ -75,3 +75,5 @@ sub GenerateDep {
$(YACC) -l -d -p cppExpYY constexp.y -o ce_parse.c
-rm ce_parse.c
+xml_dtd.h: doxygen.dtd
+ cat doxygen.dtd | sed -e "s/\"/\\\\\"/g" -e "s/^/\"/g" -e "s/$$/\\\\n\"/g" >xml_dtd.h