diff options
author | unknown <tulin@build.mysql.com> | 2004-12-23 14:58:29 +0100 |
---|---|---|
committer | unknown <tulin@build.mysql.com> | 2004-12-23 14:58:29 +0100 |
commit | 4cceb44f08d9cbfda2eab62c7f502b4b8a4f5a64 (patch) | |
tree | c7a535d392916393c2741262e8c42b9df9db06ae /ndb/docs | |
parent | f50ff5b809b2344275dc27629ded2b3e58e0955b (diff) | |
download | mariadb-git-4cceb44f08d9cbfda2eab62c7f502b4b8a4f5a64.tar.gz |
predoxy.pl:
updated naming
Makefile.am:
updated naming
ndb/docs/Makefile.am:
updated naming
ndb/docs/doxygen/predoxy.pl:
updated naming
Diffstat (limited to 'ndb/docs')
-rw-r--r-- | ndb/docs/Makefile.am | 4 | ||||
-rwxr-xr-x | ndb/docs/doxygen/predoxy.pl | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ndb/docs/Makefile.am b/ndb/docs/Makefile.am index e7d04c1e07e..f0ce87ca221 100644 --- a/ndb/docs/Makefile.am +++ b/ndb/docs/Makefile.am @@ -52,7 +52,7 @@ ndbapi.html: $(noinst_HEADERS) @PERL@ $(DOXYDIR)/predoxy.pl; \ mv footer.html $(DOXYTMP); \ (cd $(DOXYTMP) ; @DOXYGEN@ ../$(DOXYDIR)/Doxyfile.ndbapi); \ - @PERL@ $(DOXYDIR)/postdoxy.pl $(DOXYOUT)/ndbapi.latex "NDB API Programmer Guide"; \ + @PERL@ $(DOXYDIR)/postdoxy.pl $(DOXYOUT)/ndbapi.latex "MySQL Cluster NDB API Programmer Guide"; \ (cd $(DOXYOUT) && \ find ndbapi.html -print | cpio -pdm ..); \ @@ -78,7 +78,7 @@ mgmapi.html: $(noinst_HEADERS) @PERL@ $(DOXYDIR)/predoxy.pl; \ mv footer.html $(DOXYTMP); \ (cd $(DOXYTMP) ; @DOXYGEN@ ../$(DOXYDIR)/Doxyfile.mgmapi); \ - @PERL@ $(DOXYDIR)/postdoxy.pl $(DOXYOUT)/mgmapi.latex "NDB Cluster MGM API Guide"; \ + @PERL@ $(DOXYDIR)/postdoxy.pl $(DOXYOUT)/mgmapi.latex "MySQL Cluster MGM API Guide"; \ (cd $(DOXYOUT) && \ find mgmapi.html -print | cpio -pdm ..); \ diff --git a/ndb/docs/doxygen/predoxy.pl b/ndb/docs/doxygen/predoxy.pl index 8dad1d964d0..3994054dcf6 100755 --- a/ndb/docs/doxygen/predoxy.pl +++ b/ndb/docs/doxygen/predoxy.pl @@ -18,7 +18,7 @@ print OUTFILE<<EOT; <center> EOT print OUTFILE "Documentation generated " . localtime() . - " from NDB Cluster source files."; + " from mysql source files."; print OUTFILE<<EOT; <br> © 2003-2004 |