summaryrefslogtreecommitdiffstats
path: root/Makefile.win_nmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.win_nmake.in')
-rw-r--r--Makefile.win_nmake.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.win_nmake.in b/Makefile.win_nmake.in
index 4ca50ec..4d9f65a 100644
--- a/Makefile.win_nmake.in
+++ b/Makefile.win_nmake.in
@@ -20,11 +20,12 @@ clean: FORCE
-del objects\*.o
distclean: clean
- -del src\Makefile.doxygen \
+ -del src\Makefile.libdoxygen \
+ src\Makefile.doxygen \
src\Makefile.doxytag \
src\Makefile.doxysearch
-del Makefile src\Makefile examples\Makefile doc\Makefile
- -del src\doxygen.pro src\doxytag.pro src\doxysearch.pro
+ -del src\libdoxygen.pro src\doxygen.pro src\doxytag.pro src\doxysearch.pro
-del src\version.cpp
docs: FORCE