/[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 28 by dpavlin, Fri Jul 1 12:50:53 2005 UTC revision 33 by dpavlin, Wed Jul 6 16:35:51 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:  cvs:

Legend:
Removed from v.28  
changed lines
  Added in v.33

  ViewVC Help
Powered by ViewVC 1.1.26