--- trunk/Makefile 2005/07/01 12:50:53 28 +++ trunk/Makefile 2005/07/06 16:35:51 33 @@ -10,7 +10,7 @@ cc -shared `estconfig --ldflags` `estconfig --libs` -o ${code}.so ${code}.o clean: - rm -Rf casket *.o *.so + rm -Rf data/casket *.o *.so doc index: cd data && make index @@ -23,7 +23,7 @@ html: test -d doc || mkdir doc - text2html --paras --blockcode --headings --title --bullets README > doc/pgestraier.html + pod2xhtml.pl --top '' < README.pod > doc/pgestraier.html svn update && svn2html.pl > doc/ChangeLog.html cvs: