Problems with the German Maxima Manual



On 12/08/2010 12:41 PM, Dieter Kaiser wrote:
> There is a problem with the build of the German manual. I have named the
> files <name>.de.texi. But the old files with the name <name>.texi are
> still present in the directory de. This might cause problems with the
> build of the manual, because some commands use *.texi to collect the
> files.
> 
> I think the best is to remove the old files from the directory de. These
> files are:
> 
> Bugs.texi
> Command.texi
> Constants.texi
> Equations.texi
> Expressions.texi
> Floating.texi
> Function.texi
> Help.texi
> Indices.texi
> Introduction.texi
> Program.texi
> 
> The problem is that I do not know the best way to remove the files.
> Perhaps someone else can remove the files.

I think this is usually done (from the commandline) using "cvs rm
<files>".   This isn't enough, I think.  You need to run cvs commit to
make the actual removal happen.

(I normally do this via pcl-cvs and emacs, so I'm not 100% sure about
the command line.)

Ray