/[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 46 - (show annotations)
Fri Nov 2 11:49:09 2007 UTC (16 years, 5 months ago) by dpavlin
File size: 1094 byte(s)
move test to first target
1 test: svn2cvs.pl test.sh
2 ./test.sh 2>&1 | tee log || vi -R log
3
4 tigris:
5 ./svn2cvs.pl file:///home/dpavlin/private/svn/svn2cvs/trunk/ :pserver:dpavlin@cvs.tigris.org:/cvs svn2cvs/src
6
7 webpac:
8 ./svn2cvs.pl svn+ssh://dpavlin@mjesec.ffzg.hr/home/dpavlin/svn/webpac/trunk/ :ext:dpavlin@webpac.cvs.sourceforge.net:/cvsroot/webpac webpac
9
10 index:
11 @pod2html --noindex ./svn2cvs.pl | sed -e 's#<head>#<head>\
12 <style type="text/css">\
13 /* <![CDATA[ */\
14 @import "http://www.tigris.org/branding/css/tigris.css";\
15 @import "http://www.tigris.org/branding/css/inst.css";\
16 /* ]]> */\
17 </style>\
18 <link rel="stylesheet" type="text/css" href="http://www.tigris.org/branding/css/print.css" media="print" />\
19 <script src="http://www.tigris.org/branding/scripts/tigris.js" type="text/javascript">\
20 </script>#' \
21 -e 's,</*strong>,,ig' -e 's,<hr[^>]*>,,ig' \
22 -e 's,<h1>,<h3>,ig' -e 's,</h1>,</h3>,gi' \
23 -e 's,<h3><a name="name">NAME</a></h3>,,' \
24 > www/index.html
25 @rm pod2htm*.tmp
26 cd www && cvs commit -m "new version of homepage"
27
28 tidy:
29 perltidy -et=4 -i=4 -ce svn2cvs.pl && mv svn2cvs.pl.tdy svn2cvs.pl

  ViewVC Help
Powered by ViewVC 1.1.26