Commit cfc02d4c authored by Dimitri van Heesch's avatar Dimitri van Heesch

doxygen.sty.h was not ignored and not included/generated properly

parent 036292ae
......@@ -84,6 +84,7 @@
/src/constexp.cpp
/src/doxygen.bst.h
/src/doxygen.css.h
/src/doxygen.sty.h
/src/dynsections.js.h
/src/extsearch.js.h
/src/footer.html.h
......
This diff is collapsed.
......@@ -38,7 +38,7 @@
#include "filename.h"
static const char doxygenLatexStyle[] =
#include "doxygen_sty.h"
#include "doxygen.sty.h"
;
//static QCString filterTitle(const char *s)
......
......@@ -134,6 +134,8 @@ layout.cpp: layout_default.xml.h
xmlgen.cpp: index.xsd.h compound.xsd.h
latexgen.cpp: doxygen.sty.h
searchindex.cpp: search.js.h
index.xsd.h: index.xsd
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment