On Wed, 2007-08-29 at 12:13 +0100, Mark Ellis wrote:
> Hey guys, I just added some man pages for libsynce, wrote them as
> grouped functions ie. all the wstr functions on one page.

You're the best! I was just about to compliment you on the continous
improvement of synce-gnomevfs, and now this! :-)

> My question, does anyone know a "neat" or accepted way of generating
> symlinks for alternative names to man pages using automake ?

I don't know the "right way", but you ought to be able to provide make
rules. This is probably what you already thought about, but
anyway... :-)


WSTR_LINKS = wstr_to_ascii.3 wstr_to_utf8.3

man_MANS = synce.1 wstr.3 $(WSTR_LINKS) 

$(WSTR_LINKS): wstr.3
        ln -s $@ $^


Cheers,

\David


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
SynCE-Devel mailing list
SynCE-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synce-devel

Reply via email to