diff options
-rw-r--r-- | README-alpha | 24 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 25 insertions, 1 deletions
diff --git a/README-alpha b/README-alpha new file mode 100644 index 0000000..8d569c7 --- /dev/null +++ b/README-alpha @@ -0,0 +1,24 @@ +Please note that this is an "alpha" release, meaning that (i) there are +some glitches here and there, (ii) the API is still subject to change, +and (iii) documentation may be incomplete or inaccurate. + +Obvious glitches include limited support or lack thereof of all engines +for some markups or packages. API changes may include removal of legacy +Skribe procedure (e.g., those exported by `(skribilo lib)'), better +error condition handling, etc. + +Nonetheless, this release is hopefully not too far away from a "stable" +release, so keep hope! + + + +Copyright 2008 Ludovic Courtès <ludo@gnu.org> + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + +;;; Local Variables: +;;; mode: text +;;; coding: utf-8 +;;; End: diff --git a/configure.ac b/configure.ac index 7c27859..a3c3c1b 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_INIT(skribilo, 0.9.0, skribilo-users@nongnu.org) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) -AM_INIT_AUTOMAKE([gnu no-define check-news]) +AM_INIT_AUTOMAKE([gnu no-define check-news readme-alpha]) AC_CONFIG_SRCDIR([src/guile/skribilo/reader.scm]) |