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

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


Author: diego
Date: Tue Mar  6 10:42:29 2007
New Revision: 2814

Modified:
   trunk/Makefile

Log:
Get rid of a superfluous conditional.


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Tue Mar  6 10:42:29 2007
@@ -32,15 +32,11 @@
 $(foreach lang, $(TRANSLATIONS), $(foreach dir,$(SRCDIRS),$(eval $(call lang-dir-def,$(lang),$(dir)))))
 $(foreach dir, $(SRCDIRS),$(eval $(call en-dir-def,$(dir))))
 
-ifneq ($(INTERNAL),yes)
-
-all: $(DESIGNS)
+homepage: $(DESIGNS)
 
 $(DESIGNS):
 	make -C $@ -f $(if $(filter-out Makefile,$(MAKEFILE_LIST)), $(MAKEFILE_LIST), ../Makefile) INTERNAL=yes
 
-endif
-
 clean:
 	rm -f $(addsuffix /*.html,$(DESIGNS))
 



More information about the MPlayer-DOCS mailing list