missing directory images/patterns/

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
yecril71pl
Posts: 81
Joined: 2011-02-08T11:06:09-07:00
Authentication code: 8675308
Location: Warsaw, Poland
Contact:

missing directory images/patterns/

Post by yecril71pl »

The documentation for Built-in Patterns is missing pattern images.

<URL: file:///usr/share/doc/packages/ImageMagick/www/formats.html#builtin-patterns >

For example, the image is missing:

<URL: file:///usr/share/doc/packages/ImageMagick/images/patterns/bricks.png >

Whereas the documention directory in my distribution is nonstandard, a standard build does not show images/patterns in the file list either :(
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: missing directory images/patterns/

Post by magick »

Add images/patterns to DOCDIRS in the toplevel Makefile.am file. We added a patch to the Subversion trunk, available by sometime tomorrow. Thanks.
User avatar
yecril71pl
Posts: 81
Joined: 2011-02-08T11:06:09-07:00
Authentication code: 8675308
Location: Warsaw, Poland
Contact:

Re: missing directory images/patterns/

Post by yecril71pl »

In Makefile:

Code: Select all

$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(srcdir)/m4/Makefile.am $(srcdir)/config/Makefile.am $(srcdir)/ltdl/Makefile.inc $(srcdir)/coders/Makefile.am $(srcdir)/magick/Makefile.am $(srcdir)/filters/Makefile.am $(srcdir)/wand/Makefile.am $(srcdir)/Magick++/Makefile.am $(srcdir)/utilities/Makefile.am $(srcdir)/tests/Makefile.am $(srcdir)/PerlMagick/Makefile.am $(am__configure_deps)
Why are these dependencies disabled?
Post Reply