From 1e383bb855f8d22a8dee27f541a373fe8e8f35f9 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Sat, 18 Feb 2012 23:32:03 +0100 Subject: [PATCH] =?UTF-8?q?[AJ]=20Diverses=20corrections/am=C3=A9lioration?= =?UTF-8?q?s=20du=20makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GNUmakefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 9cd758e..0f39b22 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -105,15 +105,12 @@ test: @$(PROG_TEST) -d $(DESTINATION) || mkdir $(DESTINATION) @$(PROG_ECHO) -e "\t…création du dossier '$(dest_image)'" @$(PROG_TEST) -d $(DESTINATION)/$(dest_image) || mkdir $(DESTINATION)/$(dest_image) -# @$(PROG_ECHO) -e "\t…copie des fichiers images" -# @$(PROG_CP) -r img/* $(DESTINATION)/image @$(PROG_ECHO) -e " …terminé." # création du fichier CSS $(DESTINATION)/$(CSS_NOM): $(dependances_css) @$(PROG_ECHO) -e "Création du fichier CSS…" - $(if $(MENU), @cp style/$(CSS_AVEC_MENU) $(DESTINATION)/$(CSS_NOM), @cp style/$(CSS_SANS_MENU) $(DESTINATION)/$(CSS_NOM)) -# @cp style/$(CSS_DEFAUT) $(DESTINATION)/$(CSS_NOM) + $(if $(MENU), @$(PROG_CP) style/$(CSS_AVEC_MENU) $(DESTINATION)/$(CSS_NOM), @$(PROG_CP) style/$(CSS_SANS_MENU) $(DESTINATION)/$(CSS_NOM)) @$(PROG_ECHO) -e " …terminée." # création du fichier $(contenu)