Re: Using shell code within Makefile.am

2011-04-05 Thread Russ Allbery
David Bruce writes: > Snippet from install-nsi-local target in Makefile.am: > - > ## Convert text files from Unix format DOS/Windows format and rename > ## them with ".txt" extension: > (cd $(top_builddir)/$(NSI_INSTALL_DIR)/doc; \ > FILES=`fin

Using shell code within Makefile.am

2011-04-05 Thread David Bruce
Hello, I maintain a GPL Linux application that has a Windows version that is cross-compiled under Linux. For the crossbuild, we have a custom target (install-nsi-local) that does a "make install" into a temporary location, then copies the needed files into a duplicate of the final Windows directo