summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2012-09-27 11:40:00 +0200
committerYorhel <git@yorhel.nl>2012-09-27 11:40:00 +0200
commit5183e7633be5bcd5b5067a5ae59fad0f789e3f2e (patch)
tree125b516be5a595ef9d33221331405f253d921878
parent31491d1e2c48b16d3331234a3560f04c5ba7eb7d (diff)
Don't make ncdu.1 depend on Makefile
Makefile is generated by configure, and thus guaranteed to be newer than ncdu.1, causing make to regenerate ncdu.1 regardless of whether pod2man is installed or not. That kinda defeats the purpose of including ncdu.1 in the distribution.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index efb65b9..1ff63c2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,6 +34,6 @@ EXTRA_DIST=ncdu.1 doc/ncdu.pod
# Don't "clean" ncdu.1, it should be in the tarball so that pod2man isn't a
# build dependency for those who use the tarball.
-ncdu.1: $(srcdir)/doc/ncdu.pod Makefile
+ncdu.1: $(srcdir)/doc/ncdu.pod
pod2man --center "ncdu manual" --release "@PACKAGE@-@VERSION@" "$(srcdir)/doc/ncdu.pod" >ncdu.1