pkgsrc/editors/TeXmacs/patches/patch-aa
recht 503d845154 update to TeXmacs-1.0.3.1
The main improvements with respect to TeXmacs-1.0.2 are:

* An export filter for Postscript and Pdf which supports scalable fonts.
* An interface with FreeType 2 for the support of several new fonts.
* TeXmacs has become ?DRD aware?, which means that properties can be
  associated to primitive and user defined tags.
* The TeXmacs website has been redesigned and generated using TeXmacs.
* A better Html output filter and several minor improvements in the LaTeX
  import converter.
* Several improvements in the plug-ins and support for the free Axiom system.
* Scheme support for plugging in new data types and converters.
* Support for the Slovene language.
2004-01-20 14:44:13 +00:00

17 lines
798 B
Text

$NetBSD: patch-aa,v 1.6 2004/01/20 14:44:13 recht Exp $
--- Makefile.in.orig 2003-12-28 17:18:07.000000000 +0100
+++ Makefile.in 2003-12-29 18:03:37.000000000 +0100
@@ -166,10 +166,8 @@
$(MKDIR) $(DESTDIR)$(mandir)/man1
$(CP) misc/man/fig2ps.1 $(DESTDIR)$(mandir)/man1
$(CP) misc/man/texmacs.1 $(DESTDIR)$(mandir)/man1
- $(GZIP) $(DESTDIR)$(mandir)/man1/fig2ps.1
- $(GZIP) $(DESTDIR)$(mandir)/man1/texmacs.1
- $(CHMOD) go=rX $(DESTDIR)$(mandir)/man1/fig2ps.1.gz
- $(CHMOD) go=rX $(DESTDIR)$(mandir)/man1/texmacs.1.gz
+ $(CHMOD) go=rX $(DESTDIR)$(mandir)/man1/fig2ps.1
+ $(CHMOD) go=rX $(DESTDIR)$(mandir)/man1/texmacs.1
@echo installed TeXmacs manual pages in $(DESTDIR)$(mandir)
@echo ----------------------------------------------------
@echo TeXmacs has been successfully installed