After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 671960 - make dist fails without html/*
make dist fails without html/*
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: 1.19
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-13 04:26 UTC by Takao Fujiwara
Modified: 2012-03-23 21:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for gtk-doc.make (1.06 KB, patch)
2012-03-13 04:28 UTC, Takao Fujiwara
committed Details | Review

Description Takao Fujiwara 2012-03-13 04:26:07 UTC
/usr/bin/gnome-autogen.sh can call 'gtkdocize --copy' and it copies gtk-doc.make
When I run make dist, it causes a build error.

make[3]: Entering directory `foo/docs/reference/foo'
make  \
  top_distdir="../../../foo" distdir="../../../foo/docs/reference/foo" \
  dist-hook
make[4]: Entering directory foo/docs/reference/foo'
cp: cannot stat `./html/*': No such file or directory
make[4]: *** [dist-hook] Error 1
Comment 1 Takao Fujiwara 2012-03-13 04:28:11 UTC
Created attachment 209558 [details] [review]
Patch for gtk-doc.make

Attached the patch.
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2012-03-23 21:15:03 UTC
Thanks!
commit 141fc514e7ac39e3cb0f2a1508ad49c941e6bc1a
Author: Takao Fujiwara <tfujiwar@redhat.com>
Date:   Tue Mar 13 13:17:22 2012 +0900

    gtk-doc.make: dist-check-gtkdoc depends on docs
    
    Fixes #671960.