a44cf20237
the HTML docs that gets shoved out through HTTP.
6 lines
107 B
Makefile
6 lines
107 B
Makefile
DIR=/home/groups/e/ex/expat/htdocs
|
|
HOST=expat.sourceforge.net
|
|
|
|
install:
|
|
ssh $(HOST) cd $(DIR) '&&' cvs up
|