You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by ms...@apache.org on 2004/08/24 22:35:40 UTC

svn commit: rev 36823 - spamassassin/trunk/build

Author: mss
Date: Tue Aug 24 13:35:39 2004
New Revision: 36823

Modified:
   spamassassin/trunk/build/convert_pods_to_doc
Log:
Also strip the directory from the converted spamc docs.


Modified: spamassassin/trunk/build/convert_pods_to_doc
==============================================================================
--- spamassassin/trunk/build/convert_pods_to_doc	(original)
+++ spamassassin/trunk/build/convert_pods_to_doc	Tue Aug 24 13:35:39 2004
@@ -5,7 +5,7 @@
 
 foreach (@ARGV) {
   $in = $_;
-  s,^(lib|spamd)/|\.(pod|pm)$,,g;
+  s,^(lib|spamd|spamc)/|\.(pod|pm)$,,g;
   tr,/,_,;
 
   # convert to HTML: doc/foo.html