4eb9b18429
installation (it was not even working properly and caused problems).
26 lines
1.1 KiB
Text
26 lines
1.1 KiB
Text
$NetBSD: patch-aa,v 1.4 2002/12/04 09:35:48 jmmv Exp $
|
|
|
|
--- Makefile.in.orig Thu Nov 28 00:55:59 2002
|
|
+++ Makefile.in
|
|
@@ -89,7 +89,7 @@ INSTALL:
|
|
@echo installed TeXmacs executables in $(DESTDIR)$(tmbin)
|
|
$(MKDIR) $(DESTDIR)$(tmdata)
|
|
$(CP) $(tmdir)/LICENSE $(DESTDIR)$(tmdata)
|
|
- $(CP) $(tmdir)/doc $(DESTDIR)$(tmdata)
|
|
+ $(CP) $(tmdir)/doc $(DESTDIR)$(datadir)/doc/TeXmacs
|
|
$(CP) $(tmdir)/fonts $(DESTDIR)$(tmdata)
|
|
$(CP) $(tmdir)/langs $(DESTDIR)$(tmdata)
|
|
$(CP) $(tmdir)/misc $(DESTDIR)$(tmdata)
|
|
@@ -112,10 +112,8 @@ INSTALL:
|
|
$(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
|