Mailing List Archive

svn commit: r292906 - in /spamassassin/trunk: MANIFEST Makefile.PL
Author: jm
Date: Fri Sep 30 19:36:49 2005
New Revision: 292906

URL: http://svn.apache.org/viewcvs?rev=292906&view=rev
Log:
Rules project; "fake" tmp.cf file, to force the rulesrc tree to be
available so 'make disttest' will pass. Also, explanatory comment
in Makefile.PL.

Modified:
spamassassin/trunk/MANIFEST
spamassassin/trunk/Makefile.PL

Modified: spamassassin/trunk/MANIFEST
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/MANIFEST?rev=292906&r1=292905&r2=292906&view=diff
==============================================================================
--- spamassassin/trunk/MANIFEST (original)
+++ spamassassin/trunk/MANIFEST Fri Sep 30 19:36:49 2005
@@ -458,3 +458,4 @@
tools/test_extract
tools/triplets.pl
build/mkrules
+rulesrc/core/tmp.cf

Modified: spamassassin/trunk/Makefile.PL
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/Makefile.PL?rev=292906&r1=292905&r2=292906&view=diff
==============================================================================
--- spamassassin/trunk/Makefile.PL (original)
+++ spamassassin/trunk/Makefile.PL Fri Sep 30 19:36:49 2005
@@ -162,6 +162,10 @@
'spamd/spamd.raw' => 'spamd/spamd',
},

+ # TODO: the rule compilation is hooked into the build step for "sa-update"
+ # as the make target "build_rules".
+ # This is kludgy, and it'd be nice to find a cleaner way to do this.
+
'MAN1PODS' => {
'spamassassin' => '$(INST_MAN1DIR)/spamassassin.$(MAN1EXT)',
'lib/spamassassin-run.pod' => '$(INST_MAN1DIR)/spamassassin-run.$(MAN1EXT)',