summaryrefslogtreecommitdiff
path: root/module/scripts/doc-snarf.scm
Commit message (Collapse)AuthorAgeFilesLines
* more work on "guild list"Andy Wingo2011-07-231-1/+3
| | | | | | * module/scripts/: Add %summary entries, and in many cases, %include-in-guild-list entries to inhibit a script from appearing in "guild list". Update list.scm to respect this new variable.
* [maint] Remove unused script guile-doc-snarf.Thien-Thi Nguyen2010-07-221-1/+1
| | | | | | | | | | | | | | * doc/ref/tools.texi (Doc Snarfing): Don't mention guile-doc-snarf. * configure.ac (libguile/guile-doc-snarf): Delete ‘GUILE_CONFIG_SCRIPT’. * libguile/Makefile.am (noinst_SCRIPTS): Remove guile-doc-snarf. * libguile/.gitignore: Remove guile-doc-snarf. * libguile/guile-doc-snarf.in: Delete file. * module/scripts/doc-snarf.scm: Comment munging; nfc. * AUTHORS: Update.
* Complete changing license to LGPLv3+Neil Jerram2009-06-171-7/+7
| | | | (Still guile-readline to do, but that will all be GPLv3+.)
* guile-tools is a scheme script that loads scheme modulesAndy Wingo2009-04-171-0/+437
* meta/guile-tools: Changed to be a scheme script. Instead of looking for executables in a "scripts dir", we just look for modules in (scripts), and load the modules directly. * module/Makefile.am: * module/scripts/: Move the scripts into module/ so they can be compiled. Rename scripts from `foo' to `foo.scm'. * libguile/Makefile.am: Invoke the snarf->texi code via guile-tools. * configure.in: * .gitignore: Update for changes.