When building tramp from scratch, I now get the following error:
make: *** No rule to make target `texi/tramp.info*', needed by `texinfo'. Stop.
If I change `texi/tramp.info*' to `texi/tramp.info', the build works
fine.
- Vin
Ville Skyttä <ville.skytta(a)xemacs.org> writes:
APPROVE COMMIT
This one was found in the packages build smoketest. Our build produces
split version of the info files, which weren't removed/cvsignored
properly.
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/tramp/ChangeLog,v
retrieving revision 1.15
diff -a -u -r1.15 ChangeLog
--- ChangeLog 2002/10/07 12:45:21 1.15
+++ ChangeLog 2002/10/12 18:48:45
@@ -1,3 +1,7 @@
+2002-10-12 Ville Skyttä <ville.skytta(a)xemacs.org>
+
+ * Makefile (INFO_FILES): Change to .info* (make clean).
+
2002-10-07 Rendhalver [Peter Brown] <rendhalver(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.09 released.
Index: Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/tramp/Makefile,v
retrieving revision 1.16
diff -a -u -r1.16 Makefile
--- Makefile 2002/10/07 12:45:21 1.16
+++ Makefile 2002/10/12 18:48:45
@@ -28,7 +28,7 @@
ELCS = lisp/tramp-util.elc lisp/tramp.elc lisp/tramp-vc.elc \
lisp/trampcache.elc
-INFO_FILES = texi/$(PACKAGE).info
+INFO_FILES = texi/$(PACKAGE).info*
TEXI_FILES = texi/$(PACKAGE).texi texi/$(PACKAGE)_ja.texi
# ifneq ('$(BUILD_WITHOUT_MULE)','t')
Index: texi/.cvsignore
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/tramp/texi/.cvsignore,v
retrieving revision 1.1.1.1
diff -a -u -r1.1.1.1 .cvsignore
--- texi/.cvsignore 2001/12/04 16:11:06 1.1.1.1
+++ texi/.cvsignore 2002/10/12 18:48:45
@@ -1,4 +1,3 @@
-rcp.info
*.aux
*.cp
*.dvi
@@ -12,6 +11,6 @@
*.vr
*.vrs
*.html
-*.info
+*.info*
dir
dir.lock
Index: texi/ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/tramp/texi/ChangeLog,v
retrieving revision 1.12
diff -a -u -r1.12 ChangeLog
--- texi/ChangeLog 2002/09/22 17:57:41 1.12
+++ texi/ChangeLog 2002/10/12 18:48:45
@@ -1,3 +1,7 @@
+2002-10-12 Ville Skyttä <ville.skytta(a)xemacs.org>
+
+ * .cvsignore: Ignore *.info*.
+
2002-09-22 Kai Großjohann <grossjoh(a)ls6.informatik.uni-dortmund.de>
Version 2.0.22 released.
--
\/ille Skyttä
ville.skytta at
xemacs.org