aboutsummaryrefslogtreecommitdiff
path: root/textproc/xmlroff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-04-02 16:13:37 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-04-02 16:13:37 +0000
commitd8bc9063b78e7d0dc9fb0c2b371f28c761a4257e (patch)
tree8ea71351972292bb437b954331e3319d6326ae6a /textproc/xmlroff
parent2eec4f83429e90851a9acd8758c36f0bd121bfd3 (diff)
downloadports-d8bc9063b78e7d0dc9fb0c2b371f28c761a4257e.tar.gz
ports-d8bc9063b78e7d0dc9fb0c2b371f28c761a4257e.zip
More fixes after gtk-doc that does not generate anymore index.sgml
Notes
Notes: svn path=/head/; revision=437567
Diffstat (limited to 'textproc/xmlroff')
-rw-r--r--textproc/xmlroff/files/patch-docs-Makefile.am11
1 files changed, 10 insertions, 1 deletions
diff --git a/textproc/xmlroff/files/patch-docs-Makefile.am b/textproc/xmlroff/files/patch-docs-Makefile.am
index 5bff1d580dbf..17785cf54cfa 100644
--- a/textproc/xmlroff/files/patch-docs-Makefile.am
+++ b/textproc/xmlroff/files/patch-docs-Makefile.am
@@ -1,4 +1,4 @@
---- docs/Makefile.am.orig 2009-03-11 21:08:57 UTC
+--- docs/Makefile.am.orig 2017-04-02 16:02:08 UTC
+++ docs/Makefile.am
@@ -186,7 +186,7 @@ GTKDOC_CFLAGS = \
-I$(top_builddir)
@@ -18,3 +18,12 @@
xsltproc ../libfo-compat.xsl xmlroff.tmp > xmlroff.fo
rm -f xmlroff.tmp
+@@ -341,8 +341,6 @@ install-data-local:
+ echo '-- Installing '$$i ; \
+ $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
+ done; \
+- echo '-- Installing $(srcdir)/html/index.sgml' ; \
+- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
+ fi)
+
+ #