/[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 23 by dpavlin, Thu May 26 20:22:44 2005 UTC revision 34 by dpavlin, Wed Jul 6 16:44:46 2005 UTC
# Line 10  pgest: Line 10  pgest:
10          cc -shared `estconfig --ldflags` `estconfig --libs` -o ${code}.so ${code}.o          cc -shared `estconfig --ldflags` `estconfig --libs` -o ${code}.so ${code}.o
11    
12  clean:  clean:
13          rm -Rf casket *.o *.so          rm -Rf data/casket *.o *.so doc
14    
15  index:  index:
16          cd data && make index          cd data && make index
# Line 23  test: Line 23  test:
23    
24  html:  html:
25          test -d doc || mkdir doc          test -d doc || mkdir doc
26          text2html --paras --blockcode --headings --title --bullets README > doc/pgestraier.html          pod2xhtml.pl --top '' < README.pod > doc/pgestraier.html
27          svn update && svn2html.pl > doc/ChangeLog.html          svn update && svn2html.pl > doc/ChangeLog.html
28    
29    cvs:
30            svn2cvs.pl file:///home/dpavlin/private/svn/pgestraier/trunk/ :ext:dpavlin@cvs.pgfoundry.org:/cvsroot/pgestraier pgestraier
31            rsync doc/pgestraier.html pgfoundry.org:/home/pgfoundry.org/groups/pgestraier/htdocs/index.html

Legend:
Removed from v.23  
changed lines
  Added in v.34

  ViewVC Help
Powered by ViewVC 1.1.26