You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by qu...@apache.org on 2005/03/12 01:56:39 UTC

svn commit: r157195 - spamassassin/trunk/Makefile.PL

Author: quinlan
Date: Fri Mar 11 16:56:38 2005
New Revision: 157195

URL: http://svn.apache.org/viewcvs?view=rev&rev=157195
Log:
try to fix some issues with spamassassin documentation

Modified:
    spamassassin/trunk/Makefile.PL

Modified: spamassassin/trunk/Makefile.PL
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/Makefile.PL?view=diff&r1=157194&r2=157195
==============================================================================
--- spamassassin/trunk/Makefile.PL (original)
+++ spamassassin/trunk/Makefile.PL Fri Mar 11 16:56:38 2005
@@ -157,7 +157,7 @@
     # will be converted later on).  Use the source file name as the key and
     # the executable as the value.
     'EXE_FILES' => {
-      'spamassassin.raw'    => 'spamassassin',
+      'spamassassin.raw' => 'spamassassin',
       'sa-learn.raw'     => 'sa-learn',
       'sa-update.raw'    => 'sa-update',
       'spamc/spamc.c'    => 'spamc/spamc$(EXE_EXT)',
@@ -165,6 +165,7 @@
     },
 
     'MAN1PODS' => {
+        'spamassassin'     => '$(INST_MAN1DIR)/spamassassin.$(MAN1EXT)',
         'spamassassin-script.pod' => '$(INST_MAN1DIR)/spamassassin-script.$(MAN1EXT)',
         'sa-learn'         => '$(INST_MAN1DIR)/sa-learn.$(MAN1EXT)',
         'sa-update'        => '$(INST_MAN1DIR)/sa-update.$(MAN1EXT)',