Merge doxygen_clean rule into distclean.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26891 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-05-27 11:24:07 +00:00
parent 2b085d7897
commit 853c366adb
1 changed files with 2 additions and 4 deletions

View File

@ -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