summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d585e4f..c96e629 100644
--- a/Makefile
+++ b/Makefile
@@ -17,10 +17,10 @@ expac_SOURCES = \
conf.c conf.h \
util.h
-expac: $(expac_SOURCES)
-
all: expac doc
+expac: $(expac_SOURCES)
+
doc: expac.1
expac.1: README.pod
pod2man --section=1 --center="expac manual" --name="EXPAC" --release="expac $(VERSION)" $< $@