User: viteno
Date: 05/02/03 21:09:06
Modified: packages ChangeLog XEmacs.rules
Log:
Fix package build.
Revision Changes Path
1.492 +3 -0 XEmacs/packages/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/ChangeLog,v
retrieving revision 1.491
retrieving revision 1.492
diff -u -b -r1.491 -r1.492
--- ChangeLog 2005/02/03 19:41:43 1.491
+++ ChangeLog 2005/02/03 20:09:06 1.492
@@ -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>
1.56 +4 -2 XEmacs/packages/XEmacs.rules
(In the diff below, changes in quantity of whitespace are not shown.)
Index: XEmacs.rules
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/XEmacs.rules,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -b -r1.55 -r1.56
--- XEmacs.rules 2005/02/03 08:39:15 1.55
+++ XEmacs.rules 2005/02/03 20:09:06 1.56
@@ -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)