summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-27 11:24:07 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-27 11:24:07 +0000
commit853c366adb6ae6fd00090c44b270beb8a2e08f45 (patch)
tree793423ea73cdd6d3aa3c6a64e61ed7eaf4d92ef4 /Makefile
parent2b085d789799517c598dcb7f9937ce40dba3af2a (diff)
downloadmpv-853c366adb6ae6fd00090c44b270beb8a2e08f45.tar.bz2
mpv-853c366adb6ae6fd00090c44b270beb8a2e08f45.tar.xz
Merge doxygen_clean rule into distclean.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26891 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e506dbc9fe..41f00c3e0d 100644
--- a/Makefile
+++ b/Makefile
@@ -850,7 +850,8 @@ clean:
rm -f $(foreach dir,$(DIRS),$(foreach suffix,/*.o /*.a /*.ho /*~, $(addsuffix $(suffix),$(dir))))
rm -f mplayer$(EXESUF) mencoder$(EXESUF)
-distclean: clean doxygen_clean testsclean toolsclean
+distclean: clean testsclean toolsclean
+ rm -rf DOCS/tech/doxygen
rm -f $(foreach dir,$(DIRS),$(foreach suffix,/*.d, $(addsuffix $(suffix),$(dir))))
rm -f configure.log config.mak config.h codecs.conf.h help_mp.h \
version.h $(VIDIX_PCI_FILES) \
@@ -859,9 +860,6 @@ distclean: clean doxygen_clean testsclean toolsclean
doxygen:
doxygen DOCS/tech/Doxyfile
-doxygen_clean:
- rm -rf DOCS/tech/doxygen
-
TAGS:
rm -f $@; ( find -name '*.[chS]' -print ) | xargs etags -a