summaryrefslogtreecommitdiffstats
path: root/src/latexgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/latexgen.cpp')
-rw-r--r--src/latexgen.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/latexgen.cpp b/src/latexgen.cpp
index 4c5ae50..8002743 100644
--- a/src/latexgen.cpp
+++ b/src/latexgen.cpp
@@ -161,11 +161,7 @@ void LatexGenerator::init()
t << endl
<< "clean:" << endl
-#if defined(_MSC_VER)
- << "\tdel "
-#else
<< "\trm -f "
-#endif
<< "*.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out refman.pdf" << endl;
createSubDirs(d);