diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2010-07-22 21:02:45 +0200 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2010-07-22 21:10:38 +0200 |
commit | 395afce9f25e9788f73a808f3df89c5dad5f58db (patch) | |
tree | 2ca1376f05c1013e0fcc693e4b1ef6de712d6ada /doc/ref/tools.texi | |
parent | 3d9f7bd57eb1cf9024314f8656a302bab114d107 (diff) | |
download | guile-395afce9f25e9788f73a808f3df89c5dad5f58db.tar.gz |
[maint] Remove unused script guile-doc-snarf.
* 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.
Diffstat (limited to 'doc/ref/tools.texi')
-rw-r--r-- | doc/ref/tools.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/ref/tools.texi b/doc/ref/tools.texi index 8b0d3a3bb..215834453 100644 --- a/doc/ref/tools.texi +++ b/doc/ref/tools.texi @@ -288,7 +288,6 @@ Here is a list of what does what according to @file{libguile/Makefile.am}: @item ../scripts/snarf-check-and-output-texi makes guile.texi @item ../scripts/snarf-check-and-output-texi makes guile-procedures.txt @item guile-func-name-check checks source snarf-syntax integrity (optional?) -@item guile-doc-snarf calls guile-snarf-docs (to make .doc) and guile-snarf @end itemize Note that for guile-1.4, a completely different approach was used! All this |