17 lines
805 B
Text
17 lines
805 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2011/03/11 14:19:12 drochner 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
|