From 05f41e89186c3b84f36f5f862e77319db744b128 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 17 Nov 2014 16:49:21 -0500 Subject: reorder targets to ensure 'all' is the default ...and the manpage is generated --- Makefile | 4 ++-- 1 file 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)" $< $@ -- cgit v1.2.3-54-g00ecf