Age | Commit message (Collapse) | Author |
|
* configure.ac: Don't output `src/guile/skribilo/utils/images.scm'.
* src/guile/Makefile.am (EXTRA_DIST): Change `images.scm.in' to
`images.in'.
(BUILT_SOURCES): Add `skribilo/utils/images.scm'.
* src/guile/skribilo/utils/images.scm.in: Rename to...
* src/guile/skribilo/utils/images.in: ... this.
* substitute.am: Substitute `FIG2DEV' and `CONVERT'.
|
|
* guile-lint.am: Remove.
* Makefile.am (EXTRA_DIST): Remove `guile-lint.am'.
* doc/modules/Makefile.am (lintable): Remove.
Remove inclusion of `guile-lint.am'.
* src/guile/Makefile.am: Likewise.
* configure.ac: Remove check for `guile-lint' and `HAVE_GUILE_LINT'
conditional.
|
|
* src/guile/Makefile.am (nobase_nodist_module_DATA): Add
`skribilo/config.go' and `skribilo/utils/images.go' only when
ENABLE_GUILE_VM. Reported by Roger Mason <rmason@mun.ca>.
|
|
* src/guile/Makefile.am (BUILT_SOURCES): New variable.
|
|
* guile-vm.am (nobase_dist_module_DATA): New variable. Move $(SOURCES)
from $(nobase_nodist_module_DATA) to here.
* src/guile/Makefile.am (SOURCES): Remove `skribilo/config.scm'.
(CLEANFILES): Set to $(nobase_nodist_module_DATA).
(nobase_nodist_module_DATA): New variable.
|
|
* src/guile/Makefile.am (SOURCES): Add `skribilo/config.scm'.
(nobase_module_DATA): Remove.
|
|
* src/guile/Makefile.am (SOURCES_NOT_COMPILED): Remove.
(SOURCES): Add $(engines).
|
|
* configure.ac (--enable-guile-vm): New option.
(ENABLE_GUILE_VM): New Automake conditional.
* guile-vm.am: New file.
* src/guile/Makefile.am (SOURCES): New variable, formerly
`nobase_dist_module_DATA'.
(SOURCES_NOT_COMPILED): New.
Include `guile-vm.am'.
* NEWS: Update.
|
|
* Makefile.am (SUBDIRS): Add `tests'.
* configure.ac: Produce `tests/Makefile'.
* src/guile/Makefile.am (EXTRA_DIST): Add SRFI-64 files.
* tests: New directory.
|
|
* src/guile/skribilo/reader/rss-2.scm: New file.
* src/guile/Makefile.am (readers): Add `rss-2.scm'.
* po/POTFILES.in: Add `rss-2.scm'.
* doc/user/syntax.skb (rss2-syntax): New section.
* NEWS: Update.
|
|
* src/guile/Makefile.am (nobase_dist_module_DATA): Add.
(engines): Add `info.scm'.
|
|
|
|
* doc/user/Makefile.am (skrflags): New. Use `--compat=skribe' for now.
* src/guile/Makefile.am (moduledir): New.
(dist_guilemodule_DATA): Renamed to...
(dist_module_DATA): This, for consistency.
* src/guile/skribilo.scm (skribilo-options): Add `--compat'.
(doskribe): New COMPAT argument.
(skribilo): Honor `--compat'.
* src/guile/skribilo/module.scm (%skribilo-user-imports): New.
(make-run-time-module): Renamed to `make-skribe-user-module'.
(make-skribilo-user-module): New.
(make-user-module, user-module-flavor): New.
(*skribilo-user-module*): Default to a `skribilo' module flavor.
* src/guile/skribilo/package/diff.scm (make-diff-document-from-files):
Use "(make-user-module 'skribilo)".
|
|
* configure.ac: Add support for `--with-guilemoduledir'.
* */Makefile.am (guilemoduledir): Don't override the configure-provided
value.
* src/skribilo.in: Add `-L "@guilemoduledir@"'.
|
|
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-44
|
|
* src/guile/Makefile.am (dist_guilemodule_DATA): Added `differ.scm'.
* src/guile/skribilo/package/Makefile.am (dist_guilemodule_DATA): Added
`diff.scm'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-22
|
|
* src/skribilo.in: New file.
* configure.ac: Produce `src/skribilo'.
* src/Makefile.am (bin_SCRIPTS): New.
(EXTRA_DIST): New.
* src/guile/Makefile.am (bin_SCRIPTS): Removed.
(guilemoduledir): New.
(dist_guilemodule_DATA): New.
* src/guile/skribilo/Makefile.am (dist_guilemodule_DATA): Updated.
* src/guile/skribilo/Makefile.in: Removed.
* src/guile/skribilo/coloring/Makefile.am (guilemoduledir): Fixed.
* src/guile/skribilo/engine/lout.scm: Fixed a typo.
* src/guile/skribilo/skribe/Makefile.am (guilemoduledir): Fixed.
git-archimport-id: lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-12
|
|
* src/guile/skribilo/evaluator.scm (skribe-load): Search through
`%load-path' and try with a `.scm' extension (rather than the `.skr'
one provided by the user).
(skribe-include): Added a few debugging statements.
* src/guile/skribilo/lib.scm (fix-rest-arg): Handle the dot notation for
rest arguments.
* src/guile/skribilo/reader/skribe.scm (%make-skribe-reader): Use
SQUARE-BRACKET-FREE-SYMBOL-MISC-CHARS.
* src/guile/skribilo/skribe/index.scm: Use `define-public' instead of
`define'.
* src/guile/skribilo/packages/*.scm: Moved to `skribilo/package'.
* LICENSE: Removed.
* COPYING: New.
* AUTHORS: New.
* NEWS: New.
* ChangeLog: New.
* configure.ac: New.
* Makefile.am: New. In various directories.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-10
|