aboutsummaryrefslogtreecommitdiff
path: root/print/auctex/files
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-06-06 18:19:03 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-06-06 18:19:03 +0000
commit21845ed22583e82b98be7db7b74ac9eb84e84960 (patch)
tree44a78c7cf4f61b0e9b02e6863e6c664b82bce633 /print/auctex/files
parent205cd316c7a39cecf58b8bdca2c13bbfedf66c39 (diff)
Notes
Diffstat (limited to 'print/auctex/files')
-rw-r--r--print/auctex/files/patch-aa26
1 files changed, 17 insertions, 9 deletions
diff --git a/print/auctex/files/patch-aa b/print/auctex/files/patch-aa
index 644c7f98ec2e..fda55cfbb09f 100644
--- a/print/auctex/files/patch-aa
+++ b/print/auctex/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Thu Feb 11 11:19:48 1999
-+++ Makefile Sun Nov 21 16:41:46 1999
+--- Makefile.orig Wed Apr 11 13:54:00 2001
++++ Makefile Thu Apr 19 20:32:08 2001
@@ -10,7 +10,7 @@
##----------------------------------------------------------------------
@@ -35,7 +35,7 @@
##----------------------------------------------------------------------
## BELOW THIS LINE ON YOUR OWN RISK!
-@@ -115,7 +118,7 @@
+@@ -118,7 +121,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."; \
-@@ -123,10 +126,10 @@
+@@ -126,17 +129,17 @@
sed -e 's#@AUCDIR#$(aucdir)/#' tex-site.el \
> $(lispdir)/tex-site.el ; \
fi
@@ -57,10 +57,18 @@
else true; fi ; \
$(MV) $(AUCELC) $(aucdir) ; \
$(MV) style/*.elc $(aucdir)/style ; \
-@@ -189,9 +192,9 @@
- -(cd style; cvs add `echo $(STYLESRC) | sed -e s@style/@@g` )
- cvs commit -m "Release $(TAG)"
- cvs tag release_`echo $(TAG) | sed -e 's/[.]/_/g'`
+ $(CP) $(AUCSRC) $(aucdir) ; \
+ $(CP) style/*.el $(aucdir)/style ; \
+ touch $(aucdir)/style/.nosearch ; \
+- if [ ! -d $(aucdir)/auto ]; then mkdir $(aucdir)/auto; \
++ if [ ! -d $(aucdir)/auto ]; then $(MKDIR) $(aucdir)/auto; \
+ else true; fi ; \
+ touch $(aucdir)/auto/.nosearch ; \
+ else \
+@@ -196,9 +199,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'`
- mkdir auctex-$(TAG)
- mkdir auctex-$(TAG)/style
- mkdir auctex-$(TAG)/doc
@@ -69,4 +77,4 @@
+ $(MKDIR) auctex-$(TAG)/doc
cp $(AUCSRC) $(EXTRAFILES) auctex-$(TAG)
cp $(STYLESRC) auctex-$(TAG)/style
- cp $(DOCFILES) auctex-$(TAG)/doc
+ touch auctex-$(TAG)/style/.nosearch