Commit 76701e2b authored by albert-github's avatar albert-github

Error message is given for make distclean as generated_src is a directory

generated_src is a directory and should be removed with the -rf flag.
Similar for other directories like bin, objects, lib, html latex, objects.
Directories man, rtf, perlmod, xml have been added for convenience (when testing with other documentation formats)
parent 317c26a6
......@@ -39,17 +39,21 @@ distclean: clean
-cd addon/doxmlparser/src ; $(MAKE) distclean
-cd addon/doxmlparser/test ; $(MAKE) distclean
-cd addon/doxmlparser/examples/metrics ; $(MAKE) distclean
-rm -f lib/lib*
-rm -f bin/doxy*
-rm -f html
-rm -f latex
-rm -f objects/*/*.o
-rm -rf lib
-rm -rf bin
-rm -rf objects
-rm -rf html
-rm -rf latex
-rm -rf man
-rm -rf perlmod
-rm -rf rtf
-rm -rf xml
-rm -f src/Makefile.doxygen src/Makefile.libdoxygen
-rm -f src/Makefile.libdoxycfg src/libdoxycfg.t src/libdoxygen.t
-rm -f libmd5/Makefile.libmd5
-rm -f .makeconfig .tmakeconfig
-rm -f src/doxygen.pro src/libdoxygen.pro qtools/qtools.pro src/libdoxycfg.pro libmd5/libmd5.pro
-rm -f generated_src/*
-rm -rf generated_src
-rm -f addon/doxywizard/doxywizard.pro
-rm -f VERSION
-rm -f packages/rpm/doxygen.spec
......
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