From 5368c46453223acf87de7ef89a35a37402c2d8eb Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 28 Jul 2012 18:15:33 +0200 Subject: Rename DOCS/tech/ to DOCS/OUTATED-tech/ While DOCS/tech/ contains lots of documentation about mplayer's internals, most of it seems outdated, and hasn't been touched in many years. On the other hand, there still might be useful things in there, but it's hard to tell which parts. Instead of deleting all it, rename the directory to "warn" potential developers that the documentation is completely outdated. --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 10a2c1839e..7277797b23 100644 --- a/Makefile +++ b/Makefile @@ -716,16 +716,12 @@ clean: -$(RM) $(MOFILES) distclean: clean testsclean toolsclean driversclean - -$(RM) -r DOCS/tech/doxygen -$(RM) -r locale -$(RM) config.log config.mak config.h codecs.conf.h version.h TAGS tags -$(RM) libvo/vdpau_template.c -$(RM) libmpdemux/ebml_types.h libmpdemux/ebml_defs.c -$(RM) $(call ADD_ALL_EXESUFS,cpuinfo) -doxygen: - doxygen DOCS/tech/Doxyfile - TAGS: $(RM) $@; find . -name '*.[chS]' -o -name '*.asm' | xargs etags -a @@ -783,7 +779,7 @@ TOOLS/netstream$(EXESUF) TOOLS/vivodump$(EXESUF): $(subst mplayer.o,mplayer-noma -include $(DEP_FILES) -.PHONY: all doxygen locales *install* *tools drivers +.PHONY: all locales *install* *tools drivers .PHONY: checkheaders *clean tests .version # Disable suffix rules. Most of the builtin rules are suffix rules, -- cgit v1.2.3