openbsd-ports/print/latex-mk/patches/patch-doc_Makefile_in
jasper ca74f58b0e - update latex-mk to 1.9.1
= regen patches while here

from Andreas Bihlmaier (MAINTAINER), thanks
2009-08-24 07:03:02 +00:00

22 lines
771 B
Plaintext

$OpenBSD: patch-doc_Makefile_in,v 1.2 2009/08/24 07:03:02 jasper Exp $
--- doc/Makefile.in.orig Mon Aug 27 18:15:54 2007
+++ doc/Makefile.in Mon Aug 24 00:46:46 2009
@@ -17,7 +17,7 @@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
+pkgdatadir = $(datadir)/doc/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ..
@@ -172,7 +172,7 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
info_TEXINFOS = latex-mk.texi
-pkgdata_DATA = ${html_docs} ${ps_docs} ${pdf_docs} ${dvi_docs}
+pkgdata_DATA = ${html_docs}
html_docs = ${info_TEXINFOS:.texi=.html}
ps_docs = ${info_TEXINFOS:.texi=.ps}
pdf_docs = ${info_TEXINFOS:.texi=.pdf}