On Wed, Aug 5, 2009 at 1:47 PM, Dagobert Michelsen<[email protected]> wrote: >> EXTRA_MERGE_EXCLUDE_FILES = perllocal.pod > > You need to specify the full path here. > >> PKGFILES_CSWperldoc = $(PKGFILES_DOC) > > The documentation for Perl is not in the usual place. Please specify > the path explicitly.
Changed to: EXTRA_MERGE_EXCLUDE_FILES = .*\/perllocal.pod PKGFILES_CSWperldoc = .*\/pod\/.*\.pod .*\/man\/man.\/.* ...and it worked. Thanks. -- /peter _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers
