|
From: Mojca M. <moj...@gm...> - 2011-09-11 08:54:46
|
Dear list,
When I try to build gnuplot, the following two files are modified:
# modified: share/LaTeX/gnuplot-lua-tikz.sty
# modified: src/version.c
The second one only has a trivial change:
const char gnuplot_patchlevel[] = "0";
-const char gnuplot_date[] = "August 2011";
+const char gnuplot_date[] = "2011-09-09 ";
const char gnuplot_copyright[] = "Copyright (C) 1986-1993, 1998,
2004, 2007-2011";
but the first one seems to be completely outdated:
--- a/share/LaTeX/gnuplot-lua-tikz.sty
+++ b/share/LaTeX/gnuplot-lua-tikz.sty
@@ -1,382 +1,13 @@
%%
-%% This is the style file for the gnuplot PGF/TikZ terminal
-%%
-%% It is associated with the 'gnuplot.lua' script, and usually generated
-%% automatically. So take care whenever you make any changes!
+%% LaTeX wrapper for gnuplot-tikz style file
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{gnuplot-lua-tikz}%
- [2009/05/26 (rev. 96a) GNUPLOT Lua terminal style]
+ [2011/07/21 (rev. 100) GNUPLOT Lua terminal style]
-\RequirePackage{tikz,xxcolor,ifpdf,ifxetex}
+\RequirePackage{tikz}
-\usetikzlibrary{arrows,patterns,plotmarks}
+\usetikzlibrary{arrows,patterns,plotmarks,backgrounds}
+\input gnuplot-lua-tikz-common.tex
...
Should gnuplot-lua-tikz.sty be removed from CVS (if it is
auto-generated)? Or at least: can somebody please make sure that the
latest version will be in repository?
I also noticed that pdffigures.tex is rebuilt automagically:
--- a/docs/pdffigures.tex
+++ b/docs/pdffigures.tex
@@ -1,7 +1 @@
-%
-% $Id: pdffigures.tex,v 1.1 2010/03/08 23:41:15 sfeam Exp $
-%
-% This file is modified dynamically by "make" depending on whether or not
-% figures are to be included in the documentation
-% \usepackage{graphicx}
-% \usepackage{picins}
+
Why is pdffigures.tex included in CVS if it is built during "make pdf" anyway?
I would really really really like to have ./configure script in CVS
repository, but the main reason against that was that this is a
generated file. Still, it would help many users without (or with old
version of) autotools to be able to build gnuplot. On the other hand
these files (pdffigures, gnuplot-lua-tikz.sty, ...) are rebuild
without my intervention and my version control tools constantly
complain that these files have been changed. I need to be very careful
not to commit the changes.
Thank you,
Mojca
|