1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to 11.52.

This commit is contained in:
Hiroki Sato 2004-08-21 07:55:52 +00:00
parent 3e1f7b7000
commit 347877089b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116880
3 changed files with 46 additions and 14 deletions

View File

@ -6,8 +6,8 @@
#
PORTNAME= auctex
PORTVERSION= 11.51
PORTREVISION= 1
PORTVERSION= 11.52
PORTREVISION= 0
CATEGORIES= print elisp
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1,2 +1,2 @@
MD5 (auctex-11.51.tar.gz) = 67018d4c890a647c755756925a34bda6
SIZE (auctex-11.51.tar.gz) = 456420
MD5 (auctex-11.52.tar.gz) = 56f8d7e4461778fa0b6d48dfba612c85
SIZE (auctex-11.52.tar.gz) = 457998

View File

@ -1,18 +1,50 @@
--- doc/Makefile.in.orig Sat Aug 21 02:46:30 2004
+++ doc/Makefile.in Sat Aug 21 03:00:56 2004
@@ -84,13 +84,13 @@
--- doc/Makefile.in.orig Fri Aug 20 11:22:59 2004
+++ doc/Makefile.in Sat Aug 21 16:51:04 2004
@@ -18,9 +18,9 @@
TEXIFILES = auctex.texi install.texi wininstall.texi intro.texi \
changes.texi todo.texi faq.texi
install: auctex
-$(MKINSTALLDIRS) $(infodir)
- $(INSTALL_DATA) auctex $(infodir)
+ $(INSTALL_DATA) auctex $(infodir)/auctex.info
-all: auctex.dvi tex-ref.dvi auctex
+all: auctex.dvi tex-ref.dvi auctex.info
-dist: auctex INSTALL INSTALL.windows README CHANGES TODO FAQ \
+dist: auctex.info INSTALL INSTALL.windows README CHANGES TODO FAQ \
auctex_toc.html auctex.ps auctex.pdf tex-ref.ps tex-ref.pdf
auctex_toc.html: auctex.texi
@@ -48,8 +48,8 @@
auctex.ps: auctex.dvi
$(DVIPS) auctex.dvi -Ppdf -o auctex.ps
-auctex: $(TEXIFILES)
- -$(MAKEINFO) auctex.texi
+auctex.info: $(TEXIFILES)
+ -$(MAKEINFO) --no-split --output auctex.info auctex.texi
@echo "**********************************************************"
@echo "** If this gave trouble, maybe you need to install"
@echo "** a newer version of texinfo?"
@@ -83,20 +83,20 @@
-$(MAKEINFO) -D rawfile --no-headers --no-validate \
faq.texi --output FAQ
-install: auctex
+install: auctex.info
-$(MKINSTALLDIRS) $(DESTDIR)$(infodir)
- $(INSTALL_DATA) auctex $(DESTDIR)$(infodir)
+ $(INSTALL_DATA) auctex.info $(DESTDIR)$(infodir)
for x in auctex-*; do \
if [ -r $$x ]; then \
$(INSTALL_DATA) $$x $(infodir) ; \
$(INSTALL_DATA) $$x $(DESTDIR)$(infodir) ; \
fi; \
done
- -$(INSTALL_INFO) --info-dir=$(infodir) auctex
+ $(INSTALL_INFO) $(infodir)/auctex.info $(infodir)/dir
- -$(INSTALL_INFO) --info-dir=$(DESTDIR)$(infodir) auctex
+ -$(INSTALL_INFO) $(DESTDIR)$(infodir)/auctex.info $(DESTDIR)$(infodir)/dir
clean:
rm -f *.dvi *.ps *.pdf *.aux *.cp *.fn *.info *.ky *.log *~ \#*\# \
*.tp *.vr *.pg *.toc *.tp *.bak *.cps *.kys *.tps \
- *.fns *.vrs *.pgs *.tmp auctex auctex-* *.html INSTALL \
+ *.fns *.vrs *.pgs *.tmp auctex.info auctex-* *.html INSTALL \
INSTALL.windows README CHANGES HISTORY TODO FAQ
distclean: clean