Matthew Burgess wrote: > Randy McMurchy wrote: > >> Though there is a sed that is supposed to suppress the installation >> of the 'groups' man pages, it apparently only suppresses the English >> version. > > > Thanks, could you try the following instead please: > > find man -name Makefile -exec sed -i '/groups/d' {} \;
I was just looking at this after Randy posted the original issue. The Makefile.am in the top level has: ------- ## Process this file with automake to produce Makefile.in EXTRA_DIST = NEWS README TODO shadow.spec.in AUTOMAKE_OPTIONS = 1.5 dist-bzip2 foreign SUBDIRS = po man libmisc lib src \ contrib doc etc ------- Wouldn't just removing man (and possibly po) and regenerating Makefile.in the simplest way to go? -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page