Hi all, I tried to take into account Jean's remarks regarding Makefiles and so on and therefore i created a Makefile.PL file in $OSCAR_HOME/scripts. When executing 'perl Makefile.PL' a makefile is automatically created which enables the creation of man pages from few scripts (only those using POD, the Makefile is using 'pod2man').
To summarize, if you execute the following command, you will generate the man pages and install them into the system: 'perl Makefile.PL && make && make install'. Only setup_pxe and oscar-config currently include POD documentation therefore only man pages for these scripts are generated and installed (i.e., only 'man setup_pxe' and 'man oscar-config' will work). Remarks and suggestions are welcome. Regards, PS: if you have some free time, feel free to write the POD documentation for the scripts into $OSCAR_HOME/scripts, it is always useful to have a man page for those. ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Oscar-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-devel
