Index: hypermail/Makefile.in =================================================================== RCS file: /cvs/hypermail/hypermail/Makefile.in,v retrieving revision 1.8 diff -u -r1.8 Makefile.in --- hypermail/Makefile.in 1999/11/17 22:44:29 1.8 +++ hypermail/Makefile.in 1999/12/12 21:46:25 @@ -45,7 +45,7 @@ @cd src; $(MAKE) install CC="$(CC)" CFLAGS="$(CFLAGS)" \ cgidir="$(cgidir)" bindir="$(bindir)" LIBS="$(LIBS)" @cd docs; $(MAKE) install CC="$(CC)" CFLAGS="$(CFLAGS)" \ - $(MAKEFLAGS) mandir="$(mandir)" htmldir="$(htmldir)" + mandir="$(mandir)" htmldir="$(htmldir)" @cd archive; $(MAKE) install CC="$(CC)" CFLAGS="$(CFLAGS)" \ bindir="$(bindir)" Index: hypermail/contrib/hoaf-28/README =================================================================== RCS file: /cvs/hypermail/hypermail/contrib/hoaf-28/README,v retrieving revision 1.1 diff -u -r1.1 README --- hypermail/contrib/hoaf-28/README 1999/12/07 16:22:35 1.1 +++ hypermail/contrib/hoaf-28/README 1999/12/12 21:46:26 @@ -35,7 +35,7 @@ complying with the haof.dtd in each directory it operates in. Oh, back to Part 0: - Wrote a dtd for the Hypermail Archive Overview Format (hoaf). + Wrote a dtd for the Hypermail Archive Overview Format (haof). Part 2a: Wrote a little python module, which creates a HTML snipplet from this overviewfile and leaves it in the directory above. But only, @@ -51,7 +51,7 @@ Interesting research topics: * Only the mail references are missing in the - hoaf, otherwise threading could be done on that level. + haof, otherwise threading could be done on that level. * Well we could write this data into a little database. http://www.dbxml.org/ ? Or Postgres or MySql-GPL?