From: Joao C. <jc...@us...> - 2003-03-15 01:12:21
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv27305/doc/docbook/src Modified Files: api.xml Log Message: Change plotsh3d name to plsurf3d, the description/arguments are correct. |
From: Rafael L. <rla...@us...> - 2003-03-15 10:05:37
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv27802 Modified Files: advanced.xml plplotdoc.xml.in Log Message: Changed all occurrences of plotsh3d to plsurf3d. |
From: Rafael L. <rla...@us...> - 2003-03-15 16:12:18
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv11826/src Modified Files: Makefile.am Log Message: * Added math.ent to $(SOURCE_FILES), such that it appears correctly as a dependency to plplotdoc.xml-info. * Do the symbolic link inline.ent -> inline-info.ent in the rule for building plplotdoc.xml-info instead of that for %.txml, because the info-clean.pl script needs now that the link be present. |
From: Rafael L. <rla...@us...> - 2003-03-15 16:12:55
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv13243/src Modified Files: math.ent Log Message: Added definition for entity egrave. |
From: Rafael L. <rla...@us...> - 2003-03-15 16:13:50
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv13359/src Modified Files: plplotdoc.xml.in Log Message: Removed a that was producing a wrong result in the info file. |
From: Alan W. I. <ai...@us...> - 2003-03-15 18:49:13
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv11705 Modified Files: Makefile.am Log Message: If build from top-level directory, MAKELEVEL can already be 4 so must substantially increase the recursion runaway limit, MAX_TEX_RECURSION. I have chosen 10 because I have actually never seen such a runaway, and on those rare (if ever) occasions when such a runaway occurs 10 iterations is not too much of a cpu time price to pay. |
From: Alan W. I. <ai...@us...> - 2003-03-15 19:15:27
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv21845 Modified Files: api.xml plplotdoc.xml.in Log Message: Properly alphabetize plsurf3d. |
From: Rafael L. <rla...@us...> - 2003-03-16 00:01:27
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv23760/doc/docbook/src Modified Files: inline-info.ent Log Message: Added definition for ndash entity. |
From: Alan W. I. <ai...@us...> - 2003-03-16 01:19:09
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv12848/src Modified Files: Makefile.am Log Message: Fix up a large number of dependency issues. Also removed extraneous make commands and replaced by automake noinst constructs. (The only one left is for the make dist target). |
From: Rafael L. <rla...@us...> - 2003-03-16 11:30:47
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv21484 Modified Files: inline-info.ent Log Message: Added definition for entity mdash. |
From: Alan W. I. <ai...@us...> - 2003-03-16 19:20:57
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv4693/src Modified Files: Makefile.am Log Message: Replace incorrect nodist with noinst. Also some minor stylistic changes recommended by Rafael. |
From: Rafael L. <rla...@us...> - 2003-03-16 22:17:35
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv13996 Modified Files: Makefile.am Log Message: Removed the *.in files from EXTRA_DIST, since this is automatically done by Automake. On the other hand, $(MASTER_XML) is added to EXTRA_DIST) because it _must_ be included in the tarball, otherwise, the documentation will be unnecessarily rebuilt after ./configure --enable-docbook in a source tree freshly decompacted from the distribution tarball. Actually, this reverts the previous cvs commit in which $(MASTER_XML) was removed from SOURCE_FILES. |
From: Alan W. I. <ai...@us...> - 2003-03-16 23:30:18
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv10260/src Modified Files: Makefile.am Log Message: Moved all the www-install stuff into src where it belongs. |
From: Alan W. I. <ai...@us...> - 2003-03-16 23:32:15
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv11235/src Modified Files: .cvsignore Log Message: Tweaks. |
From: Rafael L. <rla...@us...> - 2003-03-17 08:01:43
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv20084 Modified Files: Makefile.am Log Message: Fixed dependencies for targets plplotdoc.txml and plplotdoc.xml-info. |
From: Rafael L. <rla...@us...> - 2003-03-17 15:32:37
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv1351/doc/docbook/src Modified Files: Makefile.am Log Message: I think that I finally got right the avoidance of compilation of the DocBook files after running configure. There is now a new configure option, namely --disable-docbook-build, which is set to "no" by default (the normal behavior is thus preserved). There is a new AM_CONDITIONAL (docbook_build, defined in doc/docbook/docbook.m4) that controls building in doc/docbook/src/Makefile.am. All my previous hacks involving AC_OUTPUT and config.status are not needed anymore anmd have been removed from configure.ac and acinclude.m4. There is no need for including config.status in the tarball, and its line has been removed from EXTRA_DIST in Makefile.am. |
From: Rafael L. <rla...@us...> - 2003-03-19 08:34:51
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv12716 Modified Files: pdftex.map Log Message: Changing the character encoding for all fonts. This not fixes the character problems in the PDF output file, but is a step forward. |
From: Rafael L. <rla...@us...> - 2003-03-19 20:14:49
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv19196 Modified Files: inline-info.ent Log Message: Added some lacking entity definitions. Hopefully, the info files will build now. |
From: Rafael L. <rla...@us...> - 2003-03-19 20:53:41
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv8638/doc/docbook/src Modified Files: inline-info.ent Log Message: Better definiiton of ° entity. |
From: Rafael L. <rla...@us...> - 2003-03-19 21:27:29
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv31174 Modified Files: c.xml Log Message: Fixed two strange "&" characters that should be "&". |
From: Rafael L. <rla...@us...> - 2003-03-20 20:59:45
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv11508 Modified Files: Makefile.am Log Message: Symbolic link inline.ent must exist, otherwise make validate will not work. |
From: Alan W. I. <ai...@us...> - 2003-03-24 21:42:34
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv18047/doc/docbook/src Modified Files: Makefile.am Log Message: Drop $(TARBALL) from noinst list since that is only needed for www-install, and not for an ordinary install. Furthermore, this should remove one unnecessary perl script invocation from an ordinary install that was messing up netbsd for other reasons (which will be fixed, in any case, but why complicate ordinary installs with perl?). |
From: Rafael L. <rla...@us...> - 2003-04-13 20:54:10
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv22357/doc/docbook/src Modified Files: Makefile.am plplotdoc.xml.in Log Message: Updated Copyright notices by adding year 2003. This does not cover all the files changed this year (for instance, drivers/*.c are lacking), but this is an important step for the legal release of PLplot 5.2.1. |
From: Rafael L. <rla...@us...> - 2003-04-25 06:55:00
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv10297 Modified Files: plplotdoc.xml.in Log Message: Fixed copyright year for Joao Cardoso. |
From: Alan W. I. <ai...@us...> - 2003-07-28 19:18:30
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory sc8-pr-cvs1:/tmp/cvs-serv7095 Modified Files: api.xml Log Message: Second parameter of plxormod is output not input. |