From bad9776095209b2174b82cad9045f7d4a7a785fc Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 7 Apr 2011 09:01:46 -0400 Subject: build-sys: cleanup --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 88cc8b8..6936064 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,8 @@ include config.mk SRC = expac.c OBJ = ${SRC:.c=.o} +DISTFILES = expac.c README.pod Makefile config.mk + all: expac doc .c.o: @@ -21,7 +23,7 @@ install: expac dist: clean mkdir expac-${VERSION} - cp Makefile expac.1 expac.c expac-${VERSION} + cp ${DISTFILES} expac-${VERSION} sed "s/^VERSION = .*/VERSION = ${VERSION}/" config.mk > expac-${VERSION}/config.mk tar cf - expac-${VERSION} | gzip -9 > expac-${VERSION}.tar.gz rm -rf expac-${VERSION} @@ -29,3 +31,4 @@ dist: clean clean: ${RM} ${OBJ} expac expac.1 +.PHONY: all clean dist doc install doc -- cgit v1.2.3-70-g09d2