RFC: Man page intstallation support for plugins?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Klaus,

the next release of my plugin will have a couple of man pages. I 
included an 'install-doc' section in the Makefile.
But one has to do a 'make install-doc' in the plugins source directory 
to install them.

What do you think about a 'make install-doc-plugins' in VDR's Makefile 
like that:

install-doc-plugins:
        @for i in `ls $(PLUGINDIR)/src | grep -v '[^a-z0-9]'`; do 
$(MAKE) -C "$(PLUGINDIR)/src/$$i" install-doc; done

BR,

Christian




[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux