Commit 45cfc44d authored by Dimitri van Heesch's avatar Dimitri van Heesch

Bug 735194 - src/Makefile.libdoxycfg shouldn't be distributed

parent ef2e29a8
......@@ -35,6 +35,7 @@ distclean: clean
-cd src ; $(MAKE) distclean
-cd libmd5 ; $(MAKE) distclean
-cd vhdlparser ; $(MAKE) distclean
-cd qtools ; $(MAKE) distclean
-cd addon/doxywizard ; $(MAKE) distclean
-cd addon/doxysearch ; $(MAKE) distclean
-cd addon/doxyapp ; $(MAKE) distclean
......
......@@ -26,5 +26,6 @@ clean: Makefile.qtools
$(MAKE) -f Makefile.qtools clean
distclean: clean
$(RM) Makefile.qtools
FORCE:
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