diff options
Diffstat (limited to 'print/auctex/files/patch-doc-Makefile.in')
-rw-r--r-- | print/auctex/files/patch-doc-Makefile.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/print/auctex/files/patch-doc-Makefile.in b/print/auctex/files/patch-doc-Makefile.in index 3edcacf83e77..136e38cfa5ff 100644 --- a/print/auctex/files/patch-doc-Makefile.in +++ b/print/auctex/files/patch-doc-Makefile.in @@ -1,5 +1,5 @@ ---- doc/Makefile.in.orig 2008-07-19 23:03:54.000000000 +0900 -+++ doc/Makefile.in 2008-07-19 23:06:53.000000000 +0900 +--- doc/Makefile.in.orig 2008-04-29 05:43:13.000000000 +0900 ++++ doc/Makefile.in 2011-01-19 11:06:19.000000000 +0900 @@ -70,7 +70,11 @@ done ; \ } @@ -10,7 +10,7 @@ dist: $(DISTTEXTS) preview-latex.info auctex.info tex-ref.pdf +.endif - extradist: html/auctex_toc.html auctex.ps auctex.pdf tex-ref.ps + extradist: html/auctex_toc.html auctex.ps auctex.pdf tex-ref.ps tex-ref.pdf @@ -110,6 +114,18 @@ auctex.info: $(AUCTEXTEXIFILES) @@ -31,10 +31,10 @@ install-auctex: auctex.info tex-ref.pdf -$(MKINSTALLDIRS) $(DESTDIR)$(infodir) rm -f $(DESTDIR)$(infodir)/auctex $(DESTDIR)$(infodir)/auctex-* -@@ -123,6 +139,7 @@ - -$(MKINSTALLDIRS) $(DESTDIR)$(docdir) - rm -f $(DESTDIR)$(docdir)/tex-ref.pdf - $(INSTALL_DATA) tex-ref.pdf $(DESTDIR)$(docdir) +@@ -125,6 +141,7 @@ + rm -f $(DESTDIR)$(docdir)/tex-ref.pdf; \ + $(INSTALL_DATA) tex-ref.pdf $(DESTDIR)$(docdir); \ + } +.endif # preview |