From: H.G. Muller Date: Sun, 17 Jan 2010 20:53:28 +0000 (+0100) Subject: Rename manual source file X-Git-Tag: 4.8P~18 X-Git-Url: http://winboard.nl/cgi-bin?p=fairymax.git;a=commitdiff_plain;h=3d38490bc3d3716e9894950279e518c17ae6d9d7 Rename manual source file The file fmax.6.pod was renamed to fairymax.pod to automatically produce proper headers after running pod2man on it, and the Makefile was updated to accomodate this change. --- diff --git a/Makefile b/Makefile index 28c9c71..5ff1fb1 100644 --- a/Makefile +++ b/Makefile @@ -26,8 +26,8 @@ install: ${ALL} ${srcdir}/data/* install -d -m0755 /usr/share/man/man6 cp -u ${srcdir}/fairymax.6.gz /usr/share/man/man6 -fairymax.6.gz: fmax.6.pod - pod2man fmax.6.pod > fmax.man +fairymax.6.gz: fairymax.pod + pod2man -s 6 fairymax.pod > fmax.man cp fmax.man fairymax.6 rm -f fairymax.6.gz gzip fairymax.6 @@ -41,7 +41,7 @@ dist-clean: dist: rm -f fairymax.tar fairymax.tar.gz md5 ./* ./data/* > md5sums - tar -cvvf fairymax.tar fairymax.c maxqi.c fmax.6.pod Makefile README changelog copyright md5sums data + tar -cvvf fairymax.tar fairymax.c maxqi.c fairymax.pod Makefile README changelog copyright md5sums data gzip fairymax.tar uninstall: diff --git a/fmax.6.pod b/fairymax.pod similarity index 100% rename from fmax.6.pod rename to fairymax.pod