APPROVE COMMIT packages
Hi!
The latest version of XEmacs.rules has an error which prevents
package-index builds.
norbert.
? hugo.diff
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/ChangeLog,v
retrieving revision 1.491
diff -u -u -r1.491 ChangeLog
--- ChangeLog 3 Feb 2005 19:41:43 -0000 1.491
+++ ChangeLog 3 Feb 2005 20:04:07 -0000
@@ -1,5 +1,8 @@
2005-02-03 Norbert Koch <viteno(a)xemacs.org>
+ * XEmacs.rules (package-info): Fix build, move comment out of the
+ way.
+
* Packages released: edit-utils pc prog-modes.
2005-02-03 Ben Wing <ben(a)xemacs.org>
Index: XEmacs.rules
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/XEmacs.rules,v
retrieving revision 1.55
diff -u -u -r1.55 XEmacs.rules
--- XEmacs.rules 3 Feb 2005 08:39:15 -0000 1.55
+++ XEmacs.rules 3 Feb 2005 20:04:07 -0000
@@ -511,12 +511,14 @@
# Make the $(pkg_tar).gz first, then the $(pkg_tar).bz2
package-info : package-info.in Makefile $(AUTOLOAD_PATH)/_pkg.el \
$(pkg_tar).gz $(pkg_tar).bz2
- $(XEMACS_BATCH_DIRTY) \ # #### See if we can't CLEAN this up
+ # #### See if we can't CLEAN this up
+ $(XEMACS_BATCH_DIRTY) \
-l package-info.elc -f batch-update-package-info \
'$(VERSION)' $(PKG_TAR_GZ) \
'$(REQUIRES)' \
'$(AUTHOR_VERSION)' '$(MAINTAINER)' '$(CATEGORY)'
- $(XEMACS_BATCH_DIRTY) \ # #### See if we can't CLEAN this up
+ # #### See if we can't CLEAN this up
+ $(XEMACS_BATCH_DIRTY) \
-l ../../hack-package-index.el -f batch-hack-package-index \
$(PACKAGE) package-info $(PACKAGE_INFO) $(CATEGORY)