[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[C] packages: tramp: Use HTML rules of XEmacs.rules, create Japanese HTM
From: |
Adrian Aichner |
Subject: |
[C] packages: tramp: Use HTML rules of XEmacs.rules, create Japanese HTML files too |
Date: |
17 Aug 2002 14:01:42 +0200 |
COMMIT
This integrates tramp better into global XEmacs package make target
"html". Japanese docs are also generated now and will be available at
http://www.xemacs.org.
Tramp Developers, XEmacs Package Engineers, please let me know if you
have any concerns about this patch.
I'll address any issues raised in a followup patch.
Best regards,
Adrian
packages ChangeLog patch:
Diff command: cvs -q diff -U 0
Files affected: xemacs-packages/tramp/texi/ChangeLog
xemacs-packages/tramp/ChangeLog
Index: xemacs-packages/tramp/texi/ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/tramp/texi/ChangeLog,v
retrieving revision 1.9
diff -u -U0 -r1.9 ChangeLog
--- xemacs-packages/tramp/texi/ChangeLog 2002/08/17 11:13:45 1.9
+++ xemacs-packages/tramp/texi/ChangeLog 2002/08/17 11:58:59
@@ -0,0 +1,6 @@
+2002-08-17 Adrian Aichner <address@hidden>
+
+ * Makefile (HTML_DEP): Add Japanese files.
+ * Makefile (tramp.html): Removed. Handled by XEmacs.rules.
+ * Makefile (tramp_ja.html): Removed. Ditto.
+
Index: xemacs-packages/tramp/ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/tramp/ChangeLog,v
retrieving revision 1.12
diff -u -U0 -r1.12 ChangeLog
--- xemacs-packages/tramp/ChangeLog 2002/08/11 16:08:25 1.12
+++ xemacs-packages/tramp/ChangeLog 2002/08/17 11:58:59
@@ -0,0 +1,4 @@
+2002-08-17 Adrian Aichner <address@hidden>
+
+ * Makefile (TEXI_FILES): Add Japanese files.
+
packages source patch:
Diff command: cvs -f -z3 -q diff -u -N
Files affected: xemacs-packages/tramp/texi/Makefile
xemacs-packages/tramp/Makefile
Index: xemacs-packages/tramp/Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/tramp/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- xemacs-packages/tramp/Makefile 2002/08/11 16:08:25 1.13
+++ xemacs-packages/tramp/Makefile 2002/08/17 11:49:31
@@ -29,7 +29,7 @@
lisp/trampcache.elc
INFO_FILES = texi/$(PACKAGE).info
-TEXI_FILES = texi/$(PACKAGE).texi
+TEXI_FILES = texi/$(PACKAGE).texi texi/$(PACKAGE)_ja.texi
# ifneq ('$(BUILD_WITHOUT_MULE)','t')
# INFO_FILES += texi/$(PACKAGE)_ja.info
Index: xemacs-packages/tramp/texi/Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/tramp/texi/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- xemacs-packages/tramp/texi/Makefile 2002/03/22 07:31:44 1.2
+++ xemacs-packages/tramp/texi/Makefile 2002/08/17 11:49:31
@@ -7,7 +7,7 @@
SINFO=/app/unido-i06/sun4_56/edit/emacs/20.5/share/emacs/site-info
HTML_FILES = $(PACKAGE)*.html
-HTML_DEP = $(PACKAGE).html
+HTML_DEP = $(PACKAGE).html $(PACKAGE)_ja.html
include ../../../XEmacs.rules
@@ -25,8 +25,10 @@
tramp.dvi: tramp.texi
texi2dvi tramp.texi
-tramp.html: tramp.texi
- $(MAKEINFO) --html --no-split tramp.texi
+# XEmacs change: Generic rule in ../../../XEmacs.rules takes care of
+# HTML generation for all XEmacs packages.
+# tramp.html: tramp.texi
+# $(MAKEINFO) --html --no-split tramp.texi
site-info: tramp.info
/usr/ucb/$(INSTALL) tramp.info $(SINFO)
@@ -39,8 +41,10 @@
$(MAKEINFO) --footnote-style=end --no-split tramp_ja.texi
# install-info --info=dir=. tramp_ja.info
-tramp_ja.html: tramp_ja.texi
- $(MAKEINFO) --html --no-split tramp_ja.texi
+# XEmacs change: Generic rule in ../../../XEmacs.rules takes care of
+# HTML generation for all XEmacs packages.
+# tramp_ja.html: tramp_ja.texi
+# $(MAKEINFO) --html --no-split tramp_ja.texi
sourceforge: tramp.html tramp_ja.html
scp tramp.html tramp_ja.html
address@hidden:/home/groups/t/tr/tramp/htdocs/
--
Adrian Aichner
mailto:address@hidden
http://www.xemacs.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [C] packages: tramp: Use HTML rules of XEmacs.rules, create Japanese HTML files too,
Adrian Aichner <=