diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)" $< $@ |