--- ermyth/Makefile.in 2007/07/21 13:23:18 1.4 +++ ermyth/Makefile.in 2007/07/21 15:01:26 1.5 @@ -4,7 +4,7 @@ # # This file contains build instructions. # -# $Id: Makefile.in,v 1.4 2007/07/21 13:23:18 pippijn Exp $ +# $Id: Makefile.in,v 1.5 2007/07/21 15:01:26 pippijn Exp $ # RM = @RM@ @@ -18,15 +18,15 @@ SRCDIR = . @ABSPATHS@SRCDIR= @SRCDIR@/src -SUBDIRS = doc modules src test +SUBDIRS = modules src test CLEANDIRS = ${SUBDIRS} po .PHONY: dist test all: build -#MANIFEST: -# find . -type f | grep -v CVS | sed -e 's|^\./||' | grep -v "^contrib" > $@ +MANIFEST: + find . -type f | grep -v CVS | sed -e 's|^\./||' | grep -v "^contrib" > $@ include/sysconf.h: @echo "Hmm...doesn't look like you've run configure..." @@ -109,7 +109,7 @@ @${RM} -rf ${DISTNAME} upload: dist - @scp ${DISTNAME}.tar.gz one09.net:public_html/files/up + @scp ${DISTNAME}.tar.gz ruth:ermyth.schmorp.de/dist/ @${RM} -f ${DISTNAME}.tar.gz rz-test: dist