Commit e90396f62e2bb2a027b938dea8ad8b9b765d3b53

Thomas de Grivel 2012-11-17T03:38:43

dist now uploads to lowh.net/dist

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Makefile b/Makefile
index abf429d..2c53645 100644
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,7 @@ DISTDIR = ${PROG}-${VER}
 DIST = ${DISTDIR}.tar.gz
 
 dist: ${DIST}
+	rsync -tP ${DIST} lowh-dist@lowh.net:dist/LowH/${PROG}/
 
 DISTFILES = ${SRCS} ${PROG}.1 README.md Makefile