You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/gtk-doc/files/gtk-doc-1.17-buildir-docs.p...

25 lines
865 B

--- gtk-doc.make~ 2011-02-02 23:11:15.000000000 +0100
+++ gtk-doc.make 2011-09-10 18:55:53.441311194 +0200
@@ -208,8 +208,8 @@
rm -rf xml html
install-data-local:
- @installfiles=`echo $(srcdir)/html/*`; \
- if test "$$installfiles" = '$(srcdir)/html/*'; \
+ @installfiles=`echo $(builddir)/html/*`; \
+ if test "$$installfiles" = '$(builddir)/html/*'; \
then echo '-- Nothing to install' ; \
else \
if test -n "$(DOC_MODULE_VERSION)"; then \
--- gtk-doc.notmpl.make~ 2011-02-02 23:11:09.000000000 +0100
+++ gtk-doc.notmpl.make 2011-09-10 18:57:06.305169389 +0200
@@ -187,7 +187,7 @@
install-data-local:
@installfiles=`echo $(builddir)/html/*`; \
- if test "$$installfiles" = '$(srcdir)/html/*'; \
+ if test "$$installfiles" = '$(builddir)/html/*'; \
then echo '-- Nothing to install' ; \
else \
if test -n "$(DOC_MODULE_VERSION)"; then \