Date: Sun, 2 Apr 2017 16:13:37 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437567 - head/textproc/xmlroff/files Message-ID: <201704021613.v32GDbWB074868@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Apr 2 16:13:37 2017 New Revision: 437567 URL: https://svnweb.freebsd.org/changeset/ports/437567 Log: More fixes after gtk-doc that does not generate anymore index.sgml Modified: head/textproc/xmlroff/files/patch-docs-Makefile.am Modified: head/textproc/xmlroff/files/patch-docs-Makefile.am ============================================================================== --- head/textproc/xmlroff/files/patch-docs-Makefile.am Sun Apr 2 16:12:42 2017 (r437566) +++ head/textproc/xmlroff/files/patch-docs-Makefile.am Sun Apr 2 16:13:37 2017 (r437567) @@ -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) + + #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704021613.v32GDbWB074868>