diff --git a/GNUmakefile b/GNUmakefile index e9d4fc5..0f2ccd9 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -81,7 +81,6 @@ index.html: $(DOSSIER_HTML) css $(dependances_index) @sed -i -e "s/@@TITRE_PORTEAIL@@/$(TITRE)/g" -e "s/@@ACCUEIL_PORTEAIL@@/$(ACCUEIL)/g" -e "s#@@CSS_DEFAUT@@#./$(CSS_NOM)#g" -e "s/^\(.*\)@@.*@@\(.*\)$$/\1\2/g" $(INDEX) @$(PROG_ECHO) -e "\t …contenu modifié avec succès !" # introduction (SI la variable INTRO est remplie) -# TODO: insérer ici possibilité de mettre une INTRODUCTION à la page du site $(if $(INTRO), @cat $(INTRO) >> $(INDEX); $(PROG_ECHO) -e "\t…insertion de l'introduction" || exit) # contenu # TODO: insérer ici le contenu