branch: externals/idlwave
commit 40b446a90eb81c31ae629f1750d44c98f83e4c95
Author: jdsmith <jdsmith>
Commit: jdsmith <jdsmith>

    - Slight update for XEmacs
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index e9a1aeff5a..b777de4de9 100644
--- a/Makefile
+++ b/Makefile
@@ -189,7 +189,7 @@ alphadist:
 xemacsdistfile: $(XEMACSDISTFILES)
        @if [ "X$(TAG)" = "X" ]; then echo "*** No tag ***"; exit 1; fi
        cp -pf $(XEMACSDISTFILES) $(XEMACSDIR)/
-       perl -pi -e 
's/^(AUTHOR_VERSION\s*=\s*)([0-9]\.[0-9.a-z]+)/$${1}$(TAG)/' 
$(XEMACSDIR)/Makefile
+       perl -pi -e 
's/^((?:AUTHOR_)?VERSION\s*=\s*)([0-9]\.[0-9.a-z]+)/$${1}$(TAG)/' 
$(XEMACSDIR)/Makefile
        perl -pi -e 's/\bVERSIONTAG\b/$(TAG)/' $(XEMACSDIR)/*
        (cd $(XEMACSDIR); make bindist)
 

Reply via email to