summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2012-05-21 15:27:41 +0200
committerYorhel <git@yorhel.nl>2012-05-21 15:38:08 +0200
commit10e560a9a6cbcc8ebac69b43a5ee654f2947fd5d (patch)
tree2fdb63992da0f60968a6b581e5078386360298c0 /doc
parentae659d518675f28965924c80c3c246be0b82875a (diff)
Use top-level automake build + removed AUTHORS, INSTALL and NEWS
A more modern and practical structure.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
deleted file mode 100644
index bca002f..0000000
--- a/doc/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-man_MANS = ncdu.1
-EXTRA_DIST = ncdu.1 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: ncdu.pod Makefile
- pod2man --center "ncdu manual" --release "@PACKAGE@-@VERSION@" ncdu.pod >ncdu.1