[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[F] [PATCH] packages: Fix setfilename in tramp.texi
From: |
Adrian Aichner |
Subject: |
[F] [PATCH] packages: Fix setfilename in tramp.texi |
Date: |
15 Aug 2002 23:08:14 +0200 |
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 <address@hidden>
+
+ * 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
address@hidden ../info/tramp
address@hidden XEmacs change: Build info documentation into local directory
like all
address@hidden other XEmacs packages do.
address@hidden tramp.info
@settitle TRAMP User Manual
@setchapternewpage odd
@c %**end of header
--
Adrian Aichner
mailto:address@hidden
http://www.xemacs.org/
- [F] [PATCH] packages: Fix setfilename in tramp.texi,
Adrian Aichner <=