From dc50df6fe69e558a7b07f50449fc4457a2dc5f2c Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 25 Jul 2003 15:50:17 +0000 Subject: [PATCH] Modif mienures target %html --- doc/dev/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dev/Makefile b/doc/dev/Makefile index b560b5545dd..4247768c948 100644 --- a/doc/dev/Makefile +++ b/doc/dev/Makefile @@ -45,11 +45,11 @@ all: $(DOC).pdf $(DOC).html $(DOC).pdf: $(FRPAGES) $(DEBIANDOC2PDF) $(OPTIONS) $(DOC).sgml -$(DOC).html: $(FRPAGES) +%.html: %.sgml $(FRPAGES) $(DEBIANDOC2HTML) $(HOPTIONS) $< put: - $(RSYNC) $(ROPT) $(RSSH) dolibarr-dev.html rodolphe.quiedeville.org:/home/www/rodolphe.quiedeville.org/htdocs/projets/dolibarr/doc + $(RSYNC) $(ROPT) $(RSSH) dolibarr-dev.html rodolphe.quiedeville.org:/home/www/www.dolibarr.com/htdocs/documentation clean: rm -f *pdf *ps \ No newline at end of file