From: Kevin M. Rosenberg Date: Sat, 23 Mar 2002 14:19:35 +0000 (+0000) Subject: r1640: *** empty log message *** X-Git-Tag: v3.8.6~1233 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=88303e6ff41e146c3774778fd39e0b288e468263 r1640: *** empty log message *** --- diff --git a/.cvsignore b/.cvsignore new file mode 100755 index 0000000..d7ab7d9 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,3 @@ +*.zip +*.tar.gz +copy diff --git a/Makefile b/Makefile index face895..7e77ef8 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.1 2002/03/23 14:04:49 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.2 2002/03/23 14:19:35 kevin Exp $ # # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -50,6 +50,6 @@ dist: realclean docs -name \*.log -or -name \*.out -or -name \*.dvi -or \ -name \*~ -or -name \*.ps -exec rm {} \; @tar czf $(DIST_TARBALL) $(DISTDIR) - @find $(DISTDIR) -type f -exec unix2dos -q {} \; + @find $(DISTDIR) -type f |grep -v .dll$ |grep -v .lib$ |xargs unix2dos -q @zip -rq $(DIST_ZIP) $(DISTDIR) @rm -r $(DISTDIR) diff --git a/doc/Makefile b/doc/Makefile index 4c1ecdd..495fb24 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.1 2002/03/23 14:04:49 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.2 2002/03/23 14:19:29 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -29,7 +29,7 @@ DSSSL_HTML=/usr/share/sgml/docbook/dsssl-stylesheets-1.76/html/docbook.dsl DSSSL_PRINT=/usr/share/sgml/docbook/dsssl-stylesheets-1.76/print/docbook.dsl # Custom version -DSSSL_HTML=dsssl/html/docbook.dsl +DSSSL_HTML=../dsssl/html/docbook.dsl DSSSL_PRINT=dsssl/print/docbook.dsl # Nothing to configure beyond this point diff --git a/doc/dsssl/html-docbook.dsl b/doc/dsssl/html-docbook.dsl deleted file mode 100644 index 5d1d4dd..0000000 --- a/doc/dsssl/html-docbook.dsl +++ /dev/null @@ -1,30 +0,0 @@ - -]> - - - - -(element envar ($mono-seq$)) -(element symbol ($mono-seq$)) -(element type ($mono-seq$)) -(element errortype ($mono-seq$)) -(element returnvalue ($italic-mono-seq$)) -(define (book-titlepage-recto-elements) - (list (normalize "title") - (normalize "subtitle") - (normalize "graphic") - (normalize "corpauthor") - (normalize "authorgroup") - (normalize "author") - (normalize "editor") - (normalize "printhistory") - (normalize "copyright") - (normalize "abstract") - (normalize "legalnotice"))) -(define %use-id-as-filename% #t) -(define use-output-dir #t) - --> - --> - - --> diff --git a/doc/dsssl/print-docbook.dsl b/doc/dsssl/print-docbook.dsl deleted file mode 100644 index b04cc07..0000000 --- a/doc/dsssl/print-docbook.dsl +++ /dev/null @@ -1,30 +0,0 @@ - -]> - - - - -(element envar ($mono-seq$)) -(element symbol ($mono-seq$)) -(element type ($mono-seq$)) -(element errortype ($mono-seq$)) -(element returnvalue ($italic-mono-seq$)) -(define (book-titlepage-verso-elements) - (list (normalize "title") - (normalize "subtitle") - (normalize "corpauthor") - (normalize "authorgroup") - (normalize "author") - (normalize "editor") - (normalize "edition") - (normalize "pubdate") - (normalize "printhistory") - (normalize "copyright") - (normalize "abstract") - (normalize "legalnotice") - (normalize "revhistory"))) - --> - --> - - --> diff --git a/interfaces/mysql/clsql-mysql.dll b/interfaces/mysql/clsql-mysql.dll new file mode 100644 index 0000000..4ad28bd Binary files /dev/null and b/interfaces/mysql/clsql-mysql.dll differ diff --git a/interfaces/mysql/clsql-mysql.lib b/interfaces/mysql/clsql-mysql.lib new file mode 100644 index 0000000..a136bcc Binary files /dev/null and b/interfaces/mysql/clsql-mysql.lib differ