[MPlayer-DOCS] [homepage]: r2813 - trunk/Makefile

diego subversion at mplayerhq.hu
Tue Mar 6 10:38:38 CET 2007


Author: diego
Date: Tue Mar  6 10:38:38 2007
New Revision: 2813

Modified:
   trunk/Makefile

Log:
Move .PHONY and clean targets to a more sensible place.


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Tue Mar  6 10:38:38 2007
@@ -34,13 +34,14 @@
 
 ifneq ($(INTERNAL),yes)
 
-.PHONY: all $(TRANSLATIONS) $(DESIGNS) clean
 all: $(DESIGNS)
 
-clean:
-	rm -f $(addsuffix /*.html,$(DESIGNS))
-
 $(DESIGNS):
 	make -C $@ -f $(if $(filter-out Makefile,$(MAKEFILE_LIST)), $(MAKEFILE_LIST), ../Makefile) INTERNAL=yes
 
 endif
+
+clean:
+	rm -f $(addsuffix /*.html,$(DESIGNS))
+
+.PHONY: all $(TRANSLATIONS) $(DESIGNS) clean



More information about the MPlayer-DOCS mailing list