Feature #1250
closedMakefiles adapted to new style >= vdr-1.7.34
Description
Hi,
please find attached a patch which updates the Makefiles to the new style introduced with vdr-1.7.34 and settled finally with 1.7.36. Klaus seems to be serious about preparing a stable release 2.0 soon, so actually it's questionable if it would worth the effort supporting much older 1.7 versions than down to 1.7.34. In that case, I could further tweak the Make.config, but is it needed?
Furthermore, I modified the location of the httpdocs, they belong to the RESDIR (where the plugin actually is looking for them, at least that is reported in the VDR log, and also completed some targets for installing/uninstalling docs, even for uninstalling i18n, so the Makefiles are rather complete (except for possible bugs). They provide building inside the VDR source tree, for ready to run VDR (well, the config file and resources still have to be installed) just by issuing "LCLBLD=1 make plugins". When building against an installed VDR, or just outside the sources, "make install" has to be called, with the proper DESTDIR if necessary. Building (only) from the plugin or subplugins directories still works.
Just let me know if there are questions...
Ciao, Lucian
Files