From b21768e06ed78036334e20dc71876fb8b7dfcf83 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 31 Mar 2005 19:10:22 +0000 Subject: [PATCH] Correction du put --- doc/install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/Makefile b/doc/install/Makefile index 89033209a90..90b9c9b2199 100644 --- a/doc/install/Makefile +++ b/doc/install/Makefile @@ -36,7 +36,7 @@ all: $(DOC).pdf $(DOC).html $(DOC).txt cd ../../htdocs/install/doc/ ; linuxdoc --language=french --backend=html -c latin ../../../doc/install/dolibarr-install.sgml put: - $(RSYNC) $(ROPT) $(RSSH) *pdf *html www.dolibarr.com:/home/www/www.dolibarr.com/htdocs/documentation + $(RSYNC) $(ROPT) $(RSSH) ../../htdocs/install/doc/*html www.dolibarr.com:/home/www/www.dolibarr.com/htdocs/documentation clean: rm -f *pdf *ps *out *tpt *sasp \ No newline at end of file