On Tue, Jun 08, 2010 at 07:58:57PM +0200, Grégoire Sutre wrote:
> In a recent message sent to the list [1], I proposed the following
> modification [2] to account for filename transformations in man pages:
>
> +     * Makefile.in (install-local): Use installed files on help2man command
> +     line to account for file name transformations.
>
>
> -       $(HELP2MAN) --section=1 -o $(DESTDIR)$(mandir)/man1/$$dest.1  
> $(builddir)/$$file; \
> +       $(HELP2MAN) --section=1 -o $(DESTDIR)$(mandir)/man1/$$dest.1  
> $(DESTDIR)$(bindir)/$$dest; \
>
>
> Could your approach also support filename transformations?

I'm not sure how that would work.  I guess you'd need
program_transform_name applied to the .h2m files.  Do you want me to put
my patch in a bzr branch so that you can experiment with that?  I'm not
sure I have time right now.

-- 
Colin Watson                                       [cjwat...@ubuntu.com]

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to