From 5bab946b809aaf030770a57389d74766e8981030 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 28 Jan 2016 09:30:16 -0500 Subject: [PATCH] apidoc: Remove unnecessary srcdir != builddir workaround It seems to be fine with `gtk-doc-1.19-3.el7.noarch`, so let's drop this workaround, as it causes `make` warnings. --- apidoc/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apidoc/Makefile.am b/apidoc/Makefile.am index 59cd8096..dcb009ef 100644 --- a/apidoc/Makefile.am +++ b/apidoc/Makefile.am @@ -111,10 +111,6 @@ expand_content_files= \ # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) GTKDOC_LIBS= -# Hacks around gtk-doc brokenness for out of tree builds -ostree-sections.txt: $(srcdir)/ostree-sections.txt - cp $< $@ - version.xml: echo -n $(VERSION) > "$@"