You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2011/05/27 23:53:04 UTC

svn commit: r1128477 - /spamassassin/branches/3.3/Makefile.PL

Author: kmcgrail
Date: Fri May 27 21:53:03 2011
New Revision: 1128477

URL: http://svn.apache.org/viewvc?rev=1128477&view=rev
Log:
patch to fix missing sa-awl man page bug 6476

Modified:
    spamassassin/branches/3.3/Makefile.PL

Modified: spamassassin/branches/3.3/Makefile.PL
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.3/Makefile.PL?rev=1128477&r1=1128476&r2=1128477&view=diff
==============================================================================
--- spamassassin/branches/3.3/Makefile.PL (original)
+++ spamassassin/branches/3.3/Makefile.PL Fri May 27 21:53:03 2011
@@ -155,6 +155,7 @@ my %makefile = (
         'sa-learn'         => '$(INST_MAN1DIR)/sa-learn.$(MAN1EXT)',
         'sa-update'        => '$(INST_MAN1DIR)/sa-update.$(MAN1EXT)',
         'sa-compile'       => '$(INST_MAN1DIR)/sa-compile.$(MAN1EXT)',
+        'sa-awl'           => '$(INST_MAN1DIR)/sa-awl.$(MAN1EXT)',
         'spamc/spamc.pod'  => '$(INST_MAN1DIR)/spamc.$(MAN1EXT)',
         'spamd/spamd'      => '$(INST_MAN1DIR)/spamd.$(MAN1EXT)',
     },