Simple makefile that remembers how to update the anonymous checkout of

the HTML docs that gets shoved out through HTTP.
This commit is contained in:
Fred L. Drake, Jr. 2002-05-30 19:03:07 +00:00
parent b1743f5705
commit a44cf20237

5
htdocs/Makefile Normal file
View File

@ -0,0 +1,5 @@
DIR=/home/groups/e/ex/expat/htdocs
HOST=expat.sourceforge.net
install:
ssh $(HOST) cd $(DIR) '&&' cvs up