don't preformat man pages and drop USE_GROFF

This commit is contained in:
naddy 2015-02-17 20:19:05 +00:00
parent 15f8863012
commit d71221286a
2 changed files with 20 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.7 2014/05/07 15:42:16 kurt Exp $
# $OpenBSD: Makefile,v 1.8 2015/02/17 20:19:05 naddy Exp $
BROKEN-i386= java
COMMENT= Scheme and language framework for the Java platform
DISTNAME= kawa-1.13
REVISION= 2
REVISION= 3
CATEGORIES= lang java
HOMEPAGE= https://www.gnu.org/software/kawa/
@ -19,7 +19,6 @@ MODULES= java
MODJAVA_VER= 1.6+
USE_GMAKE= Yes
USE_GROFF= Yes
WANTLIB += c ncurses readline

View File

@ -0,0 +1,18 @@
$OpenBSD: patch-doc_Makefile_in,v 1.1 2015/02/17 20:19:05 naddy Exp $
--- doc/Makefile.in.orig Tue Feb 17 21:08:25 2015
+++ doc/Makefile.in Tue Feb 17 21:09:38 2015
@@ -753,12 +753,10 @@ html: $(KAWA_HTMLS)
TEXINPUTS=$(top_srcdir)/../texinfo/texinfo.tex:$$TEXINPUTS \
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2PDF) -E $<
kawa.1: $(srcdir)/kawa.man
- nroff -man $(srcdir)/kawa.man > kawa1.tmp
- mv kawa1.tmp kawa.1
+ cp $(srcdir)/kawa.man kawa.1
qexo.1: $(srcdir)/qexo.man
- nroff -man $(srcdir)/qexo.man > qexo1.tmp
- mv qexo1.tmp qexo.1
+ cp $(srcdir)/qexo.man qexo.1
../kawa-doc-$(VERSION).tar.gz: kawa/index.html kawa.pdf
tar cf - kawa/*.html kawa.pdf|gzip -c --best >$@