diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-02 16:13:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-02 16:13:37 +0000 |
commit | d8bc9063b78e7d0dc9fb0c2b371f28c761a4257e (patch) | |
tree | 8ea71351972292bb437b954331e3319d6326ae6a | |
parent | 2eec4f83429e90851a9acd8758c36f0bd121bfd3 (diff) |
Notes
-rw-r--r-- | textproc/xmlroff/files/patch-docs-Makefile.am | 11 |
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) + + # |