[go: up one dir, main page]

Menu

[r276]: / tags / 0.1 / Makefile  Maximize  Restore  History

Download this file

16 lines (12 with data), 272 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
clisp:
clisp make.lisp
sbcl:
sbcl --load make.lisp
TARGET=0.1
docs-push:
$(shell cd www/doc/;\
mkdir ${TARGET};\
cd ${TARGET};\
xmlto --skip-validation xhtml ../../../doc/manual.xml;\
cd ..;\
rsync -aiv ${TARGET} ${USER},motm@web.sourceforge.net:htdocs/docs/;)