From: rbt Date: Tue, 11 Aug 2009 18:50:02 +0000 (+0000) Subject: Add the manpage to the release tarball. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e35bb906a5918945a41645d919c5b6a8cebcd35;p=postgresql-autodoc Add the manpage to the release tarball. --- diff --git a/Makefile b/Makefile index fd95bf3..2f3182e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/autodoc/autodoc/Makefile,v 1.8 2009/08/07 02:48:26 rbt Exp $ +# $Header: /cvsroot/autodoc/autodoc/Makefile,v 1.9 2009/08/11 18:50:02 rbt Exp $ # install configuration DESTDIR = @@ -14,7 +14,7 @@ BINARY = postgresql_autodoc SOURCE = ${BINARY}.pl MANPAGE = ${BINARY}.1 MANPAGE_SOURCE = ${MANPAGE}.in -RELEASE_FILES = Makefile ChangeLog ${SOURCE} ${TEMPLATES} +RELEASE_FILES = Makefile ChangeLog ${SOURCE} ${TEMPLATES} ${MANPAGE} RELEASE_DIR=postgresql_autodoc # system tools