Post by David ErikssonPost by Mark EllisHey 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! :-)
Post by Mark EllisMy 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
That looks good, Makefiles have never been my strong point, I'll give it
a go, thanks David.
Thanks for the pat on the back, sometimes with a quiet project you
sometimes wonder if anyone else uses this stuff, but then we'd probably
still do it anyway ! Getting there with gnomevfs, been trying to figure
out what to do with synce-in-computer-folder and odccm, which has led me
on to plugins for trayicon. Arghh too many ideas and not enough time in
the day !
Talking of which there's that librapi/libsynce thing I've been thinking
about, hmm ..... I'll start a separate thread.
Ta
Mark