diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-07 14:21:32 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-07 14:21:58 +0200 |
commit | 58a60f7909a532ee8a890677e9c7772d0bdd8fa7 (patch) | |
tree | 0caa3f5ff485d122262ce246aa54714dc29980fd | |
parent | 6cb362f399f1247fb86b1371da056d9ba4418280 (diff) |
Renamed manuals to *.pod
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | man/1/envify.pod (renamed from man/1/envify) | 0 | ||||
l--------- | man/1/envstore.pod (renamed from man/1/envstore) | 0 |
3 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ prefix ?= /usr/local manuals: build/envstore.1 build/envify.1 -build/%.1: man/1/% +build/%.1: man/1/%.pod mkdir -p build pod2man $< > $@ diff --git a/man/1/envify b/man/1/envify.pod index ce7888c..ce7888c 100644 --- a/man/1/envify +++ b/man/1/envify.pod diff --git a/man/1/envstore b/man/1/envstore.pod index 11ae3ec..11ae3ec 120000 --- a/man/1/envstore +++ b/man/1/envstore.pod |