diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-04-23 12:48:52 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-04-23 12:48:52 +0000 |
commit | 5f63a49379b31055354d34f8a3a3090acd79f0eb (patch) | |
tree | 2e56d9506e26c7c915d864bfb4c29d8817321fae /print/auctex/files | |
parent | a23cc29ba3395e3effde1351c8f34f32c63858e4 (diff) |
Notes
Diffstat (limited to 'print/auctex/files')
-rw-r--r-- | print/auctex/files/patch-aa | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/print/auctex/files/patch-aa b/print/auctex/files/patch-aa index fda55cfbb09f..a6fa164bbb68 100644 --- a/print/auctex/files/patch-aa +++ b/print/auctex/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Wed Apr 11 13:54:00 2001 -+++ Makefile Thu Apr 19 20:32:08 2001 +--- Makefile.orig Thu Jan 24 18:55:33 2002 ++++ Makefile Mon Apr 8 04:08:24 2002 @@ -10,7 +10,7 @@ ##---------------------------------------------------------------------- @@ -35,7 +35,7 @@ ##---------------------------------------------------------------------- ## BELOW THIS LINE ON YOUR OWN RISK! -@@ -118,7 +121,7 @@ +@@ -120,7 +123,7 @@ # $(ELC) hilit-LaTeX.el # Doesn't compile without X install-lisp: some @@ -44,7 +44,7 @@ if [ -f $(lispdir)/tex-site.el ]; \ then \ echo "Leaving old tex-site.el alone."; \ -@@ -126,17 +129,17 @@ +@@ -128,17 +131,17 @@ sed -e 's#@AUCDIR#$(aucdir)/#' tex-site.el \ > $(lispdir)/tex-site.el ; \ fi @@ -65,10 +65,10 @@ else true; fi ; \ touch $(aucdir)/auto/.nosearch ; \ else \ -@@ -196,9 +199,9 @@ +@@ -198,9 +201,9 @@ -(cd style; auc add `echo $(STYLESRC) | sed -e s@style/@@g` ) - auc commit -m 'Release_$(TAG)' - auc tag release_`echo $(TAG) | sed -e 's/[.]/_/g'` + cvs commit -m 'Release_$(TAG)' + cvs tag release_`echo $(TAG) | sed -e 's/[.]/_/g'` - mkdir auctex-$(TAG) - mkdir auctex-$(TAG)/style - mkdir auctex-$(TAG)/doc |