Skip to content
Snippets Groups Projects
Commit 5183e763 authored by Yorhel's avatar Yorhel
Browse files

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.
parent 31491d1e
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,6 @@ EXTRA_DIST=ncdu.1 doc/ncdu.pod ...@@ -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 # 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. # 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 pod2man --center "ncdu manual" --release "@PACKAGE@-@VERSION@" "$(srcdir)/doc/ncdu.pod" >ncdu.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment