From 58a60f7909a532ee8a890677e9c7772d0bdd8fa7 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 7 Jul 2009 14:21:32 +0200 Subject: Renamed manuals to *.pod --- Makefile | 2 +- man/1/envify | 21 --------------------- man/1/envify.pod | 21 +++++++++++++++++++++ man/1/envstore | 1 - man/1/envstore.pod | 1 + 5 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 man/1/envify create mode 100644 man/1/envify.pod delete mode 120000 man/1/envstore create mode 120000 man/1/envstore.pod diff --git a/Makefile b/Makefile index 6e4d764..6ca2795 100644 --- a/Makefile +++ b/Makefile @@ -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 deleted file mode 100644 index ce7888c..0000000 --- a/man/1/envify +++ /dev/null @@ -1,21 +0,0 @@ -=pod - -=head1 NAME - -envify - execute a command in the environment saved with envstore - -=head1 SYNOPSIS - -B I... - -=head1 DESCRIPTION - -B loads the environment saved by B and then executes I. - -=head1 SEE ALSO - -envstore(1) - -=cut - -vim:ft=pod diff --git a/man/1/envify.pod b/man/1/envify.pod new file mode 100644 index 0000000..ce7888c --- /dev/null +++ b/man/1/envify.pod @@ -0,0 +1,21 @@ +=pod + +=head1 NAME + +envify - execute a command in the environment saved with envstore + +=head1 SYNOPSIS + +B I... + +=head1 DESCRIPTION + +B loads the environment saved by B and then executes I. + +=head1 SEE ALSO + +envstore(1) + +=cut + +vim:ft=pod diff --git a/man/1/envstore b/man/1/envstore deleted file mode 120000 index 11ae3ec..0000000 --- a/man/1/envstore +++ /dev/null @@ -1 +0,0 @@ -../../bin/envstore \ No newline at end of file diff --git a/man/1/envstore.pod b/man/1/envstore.pod new file mode 120000 index 0000000..11ae3ec --- /dev/null +++ b/man/1/envstore.pod @@ -0,0 +1 @@ +../../bin/envstore \ No newline at end of file -- cgit v1.2.3