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
missing directory images/patterns/
- yecril71pl
- Posts: 81
- Joined: 2011-02-08T11:06:09-07:00
- Authentication code: 8675308
- Location: Warsaw, Poland
- Contact:
Re: missing directory images/patterns/
Add images/patterns to DOCDIRS in the toplevel Makefile.am file. We added a patch to the Subversion trunk, available by sometime tomorrow. Thanks.
- yecril71pl
- Posts: 81
- Joined: 2011-02-08T11:06:09-07:00
- Authentication code: 8675308
- Location: Warsaw, Poland
- Contact:
Re: missing directory images/patterns/
In Makefile:
Why are these dependencies disabled?
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)