From fd19535c91132dea83730ffefeae50e1b552a00d Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 17 Mar 2019 09:22:54 +0100 Subject: [PATCH] Use new 5.0.0 mod.conf --- depends.txt | 4 ---- description.txt | 1 - mod.conf | 3 +++ 3 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 depends.txt delete mode 100644 description.txt diff --git a/depends.txt b/depends.txt deleted file mode 100644 index 5ec60a2..0000000 --- a/depends.txt +++ /dev/null @@ -1,4 +0,0 @@ -doc -doc_items -doc_basics? -default? diff --git a/description.txt b/description.txt deleted file mode 100644 index 8294c74..0000000 --- a/description.txt +++ /dev/null @@ -1 +0,0 @@ -Adds a tool which shows help entries about almost anything which it punches. diff --git a/mod.conf b/mod.conf index df963a0..f55f42c 100644 --- a/mod.conf +++ b/mod.conf @@ -1 +1,4 @@ name = doc_identifier +depends = doc, doc_items +optional_depends = doc_basics, default +description = Adds a tool which shows help entries about almost anything which it punches.