Skip to content
Snippets Groups Projects
Commit b21768e0 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Correction du put

parent 49067125
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment