FORWARD

Hi Ville, Rendhalver, Tramp Developers!

make html fails for the tramp package now:

[ -d tramp ] && gmake -w -C tramp html
gmake[2]: Entering directory `/web/http-xemacs/packages/xemacs-packages/tramp'
cd texi && gmake PACKAGE=tramp html
gmake[3]: Entering directory `/web/http-xemacs/packages/xemacs-packages/tramp/texi'
makeinfo --html --no-split tramp.texi
../info/tramp.html: No such file or directory
gmake[3]: *** [tramp.html] Error 2
packages ChangeLog patch:
Diff command:   cvs -q diff -U 0
Files affected: xemacs-packages/tramp/texi/ChangeLog

This is caused by a setfilename change which is also inconsistent with
tramp_ja.texi.

I hope this patch is acceptable upstream as well.

I'd like to commit this to the XEmacs CVS repository so that I can
build the latest package docs in
http://www.xemacs.org/Documentation/packages/

Please advise,

Adrian

Index: xemacs-packages/tramp/texi/ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/tramp/texi/ChangeLog,v
retrieving revision 1.8
diff -u -U0 -r1.8 ChangeLog
--- xemacs-packages/tramp/texi/ChangeLog        2002/08/07 14:58:12     1.8
+++ xemacs-packages/tramp/texi/ChangeLog        2002/08/15 21:07:57
@@ -0,0 +1,5 @@
+2002-08-15  Adrian Aichner  <[EMAIL PROTECTED]>
+
+       * tramp.texi: Build info documentation into local directory like
+       all other XEmacs packages do.
+

packages source patch:
Diff command:   cvs -f -z3 -q diff -u -N
Files affected: xemacs-packages/tramp/texi/tramp.texi

Index: xemacs-packages/tramp/texi/tramp.texi
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/tramp/texi/tramp.texi,v
retrieving revision 1.9
diff -u -r1.9 tramp.texi
--- xemacs-packages/tramp/texi/tramp.texi       2002/08/07 14:58:12     1.9
+++ xemacs-packages/tramp/texi/tramp.texi       2002/08/15 21:04:03
@@ -1,6 +1,8 @@
 \input texinfo   @c -*-texinfo-*-
 @c %**start of header
-@setfilename ../info/tramp
+@c XEmacs change: Build info documentation into local directory like all
+@c other XEmacs packages do.
+@setfilename tramp.info
 @settitle TRAMP User Manual
 @setchapternewpage odd
 @c %**end of header

-- 
Adrian Aichner
 mailto:[EMAIL PROTECTED]
 http://www.xemacs.org/



_______________________________________________
Tramp-devel mailing list
[EMAIL PROTECTED]
http://mail.freesoftware.fsf.org/mailman/listinfo/tramp-devel

Reply via email to