/[svn2cvs]/trunk/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25 - (show annotations)
Tue Jan 3 10:57:46 2006 UTC (18 years, 3 months ago) by dpavlin
File size: 947 byte(s)
update CVS at tigris with tigris target
1 tigris:
2 ./svn2cvs.pl file:///home/dpavlin/private/svn/svn2cvs/trunk/ :pserver:dpavlin@cvs.tigris.org:/cvs svn2cvs/src
3
4 webpac:
5 ./svn2cvs.pl svn+ssh://dpavlin@mjesec.ffzg.hr/home/dpavlin/svn/webpac/trunk/ :ext:dpavlin@cvs.sourceforge.net:/cvsroot/webpac webpac
6
7 index:
8 @pod2html --noindex ./svn2cvs.pl | sed -e 's#<head>#<head>\
9 <style type="text/css">\
10 /* <![CDATA[ */\
11 @import "http://www.tigris.org/branding/css/tigris.css";\
12 @import "http://www.tigris.org/branding/css/inst.css";\
13 /* ]]> */\
14 </style>\
15 <link rel="stylesheet" type="text/css" href="http://www.tigris.org/branding/css/print.css" media="print" />\
16 <script src="http://www.tigris.org/branding/scripts/tigris.js" type="text/javascript">\
17 </script>#' \
18 -e 's,</*strong>,,ig' -e 's,<hr[^>]*>,,ig' \
19 -e 's,<h1>,<h3>,ig' -e 's,</h1>,</h3>,gi' \
20 -e 's,<h3><a name="name">NAME</a></h3>,,' \
21 > www/index.html
22 @rm pod2htm*.tmp
23 cd www && cvs commit -m "new version of homepage"

  ViewVC Help
Powered by ViewVC 1.1.26