* src/TextDoc.py (PaperStyle.set_height, PaperStyle.set_width):
Add functions. Needed for setting custom size paper. * configure.in: Set RELEASE to CVS-<date> string. svn: r1974
This commit is contained in:
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||
dnl May need to run automake && aclocal first
|
||||
AC_INIT(src/gramps.py)
|
||||
AM_INIT_AUTOMAKE(gramps, 0.9.3)
|
||||
RELEASE=1
|
||||
RELEASE=CVS-$(date +%G%m%d)
|
||||
|
||||
VERSIONSTRING=$VERSION
|
||||
if test x"$RELEASE" != "x"
|
||||
|
Reference in New Issue
Block a user