You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by pg...@apache.org on 2006/10/29 00:24:02 UTC

svn commit: r468764 - /perl/modperl/trunk/Makefile.PL

Author: pgollucci
Date: Sat Oct 28 15:24:01 2006
New Revision: 468764

URL: http://svn.apache.org/viewvc?view=rev&rev=468764
Log:
make tag now tags docs too


Modified:
    perl/modperl/trunk/Makefile.PL

Modified: perl/modperl/trunk/Makefile.PL
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/Makefile.PL?view=diff&rev=468764&r1=468763&r2=468764
==============================================================================
--- perl/modperl/trunk/Makefile.PL (original)
+++ perl/modperl/trunk/Makefile.PL Sat Oct 28 15:24:01 2006
@@ -816,6 +816,7 @@
 
 tag :
 	svn copy  https://svn.apache.org/repos/asf/perl/modperl/trunk  https://svn.apache.org/repos/asf/perl/modperl/tags/$(VERSION_SYM)
+	svn copy  https://svn.apache.org/repos/asf/perl/modperl/docs/trunk https://svn.apache.org/repos/asf/perl/modperl/docs/tags/$(VERSION_SYM)
 	@$(ECHO) update mod_perl2.pm VERSION now
 EOF