> > Create FvwmButtons.1.in, a Makefile entry & run it through config.status?
> > (like the fvwm.1 man page)

I'm having trouble determining the configuration (in fvwm/Makefile.am?)
that creates this target in fvwm/Makefile.in:

fvwm.1: $(top_builddir)/config.status fvwm.1.in
    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@

Can anyone offer a clue on how the fvwm.1 target is created?

Initially, I created an explicit target:

FvwmButtons.1: $(top_builddir)/config.status FvwmButtons.1.in
    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@

in fvwm/modules/FvwmButtons/Makefile.am, but this seems kinda hackish
given that the fvwm.1 target is generated automatically. (somehow)

SCoTT. :)
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to