aboutsummaryrefslogtreecommitdiff
path: root/src/skribilo.in
diff options
context:
space:
mode:
authorLudovic Courtes2005-12-03 11:35:47 +0000
committerLudovic Courtes2005-12-03 11:35:47 +0000
commit9d4199ce1494a0c2a328fa51424acc29ae9dc91f (patch)
tree0e9e8ed316ed3a4a996b3a42c769282eb842c7bd /src/skribilo.in
parent3d3ef9b5ad8687d6e5119cdcd7f86260a79fd697 (diff)
parentc4c942f265f9cd7730155ecb978eb1b98051e764 (diff)
downloadskribilo-9d4199ce1494a0c2a328fa51424acc29ae9dc91f.tar.gz
skribilo-9d4199ce1494a0c2a328fa51424acc29ae9dc91f.tar.lz
skribilo-9d4199ce1494a0c2a328fa51424acc29ae9dc91f.zip
Merge from lcourtes@laas.fr--2004-libre
Patches applied: * lcourtes@laas.fr--2004-libre/skribilo--devel--1.2 (patch 12-16) - Fixed and updated the installation process. - Created a canonical module for Skribilo syntactic sugar. - More `%skribilo-module-reader' fixes. - Fixed `ref' and bibliography-related things. - Fixed Lout-related thingies. git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-14
Diffstat (limited to 'src/skribilo.in')
-rw-r--r--src/skribilo.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/skribilo.in b/src/skribilo.in
new file mode 100644
index 0000000..5508e10
--- /dev/null
+++ b/src/skribilo.in
@@ -0,0 +1,7 @@
+#!/bin/sh
+# The `skribilo' executable.
+
+main='(module-ref (resolve-module '\''(skribilo)) '\'main')'
+exec ${GUILE-@GUILE@} --debug \
+ -c "(apply $main (cdr (command-line)))" "$@"
+