Steve Youngs <sryoungs(a)bigpond.net.au> writes:
NK> Steve Youngs <sryoungs(a)bigpond.net.au> writes:
>>I think the right fix for this situation would be to put the
>>author-version info into the _pkg.el files.
[...]
That part looks easy.
Index: XEmacs.rules
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/XEmacs.rules,v
retrieving revision 1.49
diff -u -u -r1.49 XEmacs.rules
--- XEmacs.rules 23 Sep 2003 01:42:33 -0000 1.49
+++ XEmacs.rules 10 Oct 2003 17:30:40 -0000
@@ -531,6 +531,7 @@
@echo ";;;###autoload" > $(AUTOLOAD_PATH)/_pkg.el
@echo "(package-provide '$(PACKAGE)" >> $(AUTOLOAD_PATH)/_pkg.el
@echo " :version $(VERSION)" >> $(AUTOLOAD_PATH)/_pkg.el
+ @echo " :author-version $(AUTHOR_VERSION)" >>
$(AUTOLOAD_PATH)/_pkg.el
@echo " :type '$(PKG_TYPE))" >> $(AUTOLOAD_PATH)/_pkg.el
ifneq ($(PACKAGE_SUPPRESS),)
@echo "" >> $(AUTOLOAD_PATH)/_pkg.el
Would that break anything?
norbert.