From 893ad868cb86e2396fe658379541a0beda3db364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Thu, 3 Oct 2002 17:10:50 +0000 Subject: Tell automake to include the man pages in the source package --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index fea1c39..37a635e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = esmtp -man_MANS = esmtp.1 +dist_man_MANS = esmtp.1 esmtp_SOURCES = main.c parser.y lexer.l -- cgit v1.2.3