
31 Oct
2004
31 Oct
'04
5:22 a.m.
On Sun, Oct 31, 2004 at 12:47:18AM +0200, Adib Taraben wrote:
The version numbers are hardcoded in this file.
We could have a .nsi.in file with e.g.
!define PRODUCT_VERSION "@VERSION@"
and have a makefile rule, e.g. in Makefile.am:
inkscape.nsi: inkscape.nsi.in configure.ac sed 's,[@]VERSION[@],$(VERSION),g' < $(srcdir)/inkscape.nsi.in > inkscape.nsi
and perhaps add inkscape.nsi to EXTRA_DIST if we want people to be able to use the .nsi file without being able to use `make'.
Would this be helpful?
pjrm.