summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2011-10-13 14:28:37 -0400
committerDave Reisner <dreisner@archlinux.org>2011-10-13 14:28:45 -0400
commit7427696c2f0fd15b41df9864ca32b708ff4586d3 (patch)
treee62dd0f0444dcb803fadd8290502446758cd838c /Makefile
parent7d6e4cd18f7169adce68be212f994d9b54d19c2b (diff)
downloadexpac-7427696c2f0fd15b41df9864ca32b708ff4586d3.tar.xz
remove more references to config.mk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3ca9403..424d3a9 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ LDFLAGS += -lalpm
SRC = expac.c
OBJ = ${SRC:.c=.o}
-DISTFILES = expac.c README.pod Makefile config.mk
+DISTFILES = expac.c README.pod
all: expac doc
@@ -35,7 +35,7 @@ install: expac
dist: clean
mkdir expac-${VERSION}
cp ${DISTFILES} expac-${VERSION}
- sed "s/^VERSION = .*/VERSION = ${VERSION}/" config.mk > expac-${VERSION}/config.mk
+ sed "s/^VERSION = .*/VERSION = ${VERSION}/" Makefile > expac-${VERSION}/Makefile
tar cf - expac-${VERSION} | gzip -9 > expac-${VERSION}.tar.gz
rm -rf expac-${VERSION}