From 6816c99854dc7d51b4d52d44355bd5d37c275c09 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 30 Jan 2003 17:13:06 +0000 Subject: [PATCH] Ajout de depenses.php --- htdocs/public/dons/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/public/dons/Makefile b/htdocs/public/dons/Makefile index 1dedb79013c..96ebf5f10a6 100644 --- a/htdocs/public/dons/Makefile +++ b/htdocs/public/dons/Makefile @@ -27,6 +27,7 @@ all: $(XSLTPROC) main-eucd.xsl don.xhtml > don.php $(XSLTPROC) main-eucd.xsl graph.xhtml > graph.php $(XSLTPROC) main-eucd.xsl donateurs.xhtml > donateurs.php + $(XSLTPROC) main-eucd.xsl depenses.xhtml > depenses.php $(XSLTPROC) main-eucd.xsl valid.xhtml > valid.php $(XSLTPROC) main-eucd.xsl erreur.xhtml > erreur.php $(XSLTPROC) main-eucd.xsl merci.xhtml > merci.php