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.
This commit is contained in:
parent
64ebe2b82a
commit
5bab946b80
|
|
@ -111,10 +111,6 @@ expand_content_files= \
|
||||||
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
|
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
|
||||||
GTKDOC_LIBS=
|
GTKDOC_LIBS=
|
||||||
|
|
||||||
# Hacks around gtk-doc brokenness for out of tree builds
|
|
||||||
ostree-sections.txt: $(srcdir)/ostree-sections.txt
|
|
||||||
cp $< $@
|
|
||||||
|
|
||||||
version.xml:
|
version.xml:
|
||||||
echo -n $(VERSION) > "$@"
|
echo -n $(VERSION) > "$@"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue