Re: gnome-doc-utils redux

Heinrich Müller <[email protected]> Sun, 22 Jan 2012 09:49:51 +0000 (UTC)
Newsgroups gmane.comp.gnome.apps.pan.devel
Message-ID <[email protected]>
Duncan posted on Sun, 22 Jan 2012 09:14:32 +0000:

> While I know little more about the /why/ than I did before, I bumbled
> around with the commit ( d49229012425f2662c2b7a9694c517a23f31cbff ) that
> triggered my gnome-doc-utils issues until I finally figured out what
> actual change is triggering the problem.
> 
> You and I both have been looking in Makefile.am, but that's not the
> problem.  The problem is...
> 
> configure.in, starting on line 270 (problem line 274)
> 
>  AC_CONFIG_FILES([Makefile
>                   pan.spec pan.iss README.windows
> +                 help/Makefile
>                   po/Makefile.in uulib/Makefile pan/Makefile
> 
> If I delete that line, everything's fine.  Looking at the context, I see
> no conditional around that saying only to include it in the list if help
> is enabled...
> 
> That's what causes automake to error out later, since automake tries to
> create help/Makefile even when help is turned off, and help/Makefile.am
> has...
> 
> include $(top_srcdir)/gnome-doc-utils.make
> 
> ... as its first line, but gnome-doc-utils.make apparently won't get
> copied to $top_srcdir unless help is turned on.
> 
> So I don't know how to do it, but that help/Makefile line apparently
> must be made conditional, however it's done...

fixed.

_______________________________________________
Pan-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/pan-devel
signature.asc (application/pgp-signature, 836 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)

iQIcBAABAgAGBQJPG9u/AAoJEA6pWRJoCtnPnRoP/Aq0HPeWYDc/lFTQ5l9ZE8yg
dP3PXwwSlAnjIUPvCOq2c+jyrM5dbGM1liCShv/hrF8aEYjFmqRZfCLVqGn2nSkf
OD6RslA6AOEXt80ZHTDp9qiRmtkaLfwLI8QYL7ffm+tjtsq5rTcxNWr6P1iZ2GiU
z0pmrkvyxpx5E0KRdtlAbyROTLAtgY3UGLiAxhEPAi9ENTnZGyHO2HkJpDsEgn/D
Su0sH4ZOR2muqxWsCsUmYuHAzC5ikqBOnQ//NTtLUhqt2J2rkkkIS8SXNrKdPSrG
rQLZ18KrQbbRZB5/Hz1xmwkgCBIEmGjjQtV9clZ9Mpuv0CsvBsrvwh5GaPfviB1y
IhwPn04XrTxHa5gJiUoTEmX9FGZ1/INm3E9JRr2w6xQrq5kcB5wB3uWmtcVp9WZw
DPAA2qpIqSpH82CK043JEEW2kfkyp9U2LXxsOEC+0LqHsRCTD0GwL3gPUMj/B/3E
gVPduEvMZHIa6G470yP8Sq5P5B/LG32ftbNYU6YdNnJOxKlBiSrz+7PoVypV60S0
Tx9AuiLZnB5RuIzgAnL22d/PXRQfEqkNzi+19Y5VP+LUAlqcYMJO5CU92hFtq9x6
Gy8QtimUHRHzJhsyZRPP7XKBnjz1oQI3Mrwtr/3tPp/8cf5VfNpdYIEz94qodg60
JXcnZk0veyGOt1QuJiDa
=l/t3
-----END PGP SIGNATURE-----