/[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 55 by dpavlin, Thu May 11 11:43:36 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:
# Line 28  cvs: Line 32  cvs:
32    
33  %.o: %.c  %.o: %.c
34          @echo $@ $< $^          @echo $@ $< $^
35          cc -I`pg_config --includedir-server` -fpic -c $< `estconfig --cflags || pkg-config hyperestraier --cflags`          cc -Wall -I`pg_config --includedir-server` -fpic -c $< `estconfig --cflags || pkg-config hyperestraier --cflags`
36    
37  %.so: %.o  %.so: %.o
38          @echo $@ $< $^          @echo $@ $< $^

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

  ViewVC Help
Powered by ViewVC 1.1.26