/[pgestraier]/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

Diff of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 58 by dpavlin, Thu May 11 15:52:50 2006 UTC revision 59 by dpavlin, Thu May 25 18:46:49 2006 UTC
# Line 1  Line 1 
1  dir=`pwd`  dir=`pwd`
2  code=pgest  code=pgest
3    
4    pod2html=pod2xhtml.pl --top ''
5    cite2href=sed -e 's!<cite>\(.*\)</cite>!<a href=\"\1.html\">\1</a>!'
6    
7  all: install  all: install
8          psql test < pgest.sql          psql test < pgest.sql
9          cat test.sql | sed "s,##dir##,${dir}," | psql test          cat test.sql | sed "s,##dir##,${dir}," | psql test
# Line 19  test: Line 22  test:
22    
23  html:  html:
24          test -d doc || mkdir doc          test -d doc || mkdir doc
25          pod2xhtml.pl --top '' < README.pod > doc/pgestraier.html          ${pod2html} < Tutorial.pod | ${cite2href} > doc/Tutorial.html
26            ${pod2html} < README.pod | ${cite2href} > doc/pgestraier.html
27          svn update && svn2html.pl > doc/ChangeLog.html          svn update && svn2html.pl > doc/ChangeLog.html
28    
29  cvs:  cvs:

Legend:
Removed from v.58  
changed lines
  Added in v.59

  ViewVC Help
Powered by ViewVC 1.1.26