mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 17:50:29 +02:00
[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.
This commit is contained in:
parent
3d9f7bd57e
commit
395afce9f2
7 changed files with 3 additions and 41 deletions
1
libguile/.gitignore
vendored
1
libguile/.gitignore
vendored
|
@ -4,7 +4,6 @@ cpp_sig_symbols.c
|
|||
gen-scmconfig
|
||||
gen-scmconfig.h
|
||||
guile
|
||||
guile-doc-snarf
|
||||
guile-func-name-check
|
||||
guile-procedures.texi
|
||||
guile-snarf
|
||||
|
|
|
@ -593,7 +593,7 @@ bin_SCRIPTS = guile-snarf
|
|||
|
||||
# We can re-enable install for some of these if/when they are documented
|
||||
# and people feel like maintaining them. For now, this is not the case.
|
||||
noinst_SCRIPTS = guile-doc-snarf guile-snarf-docs guile-func-name-check
|
||||
noinst_SCRIPTS = guile-snarf-docs guile-func-name-check
|
||||
|
||||
EXTRA_DIST = ChangeLog-scm ChangeLog-threads \
|
||||
ChangeLog-1996-1999 ChangeLog-2000 ChangeLog-2008 \
|
||||
|
|
|
@ -1,35 +0,0 @@
|
|||
#!/bin/sh
|
||||
# Extract the initialization actions for builtin things.
|
||||
#
|
||||
# Copyright (C) 1999, 2000, 2001, 2006 Free Software Foundation, Inc.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Lesser General Public License as
|
||||
# published by the Free Software Foundation; either version 3, or (at
|
||||
# your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but
|
||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
# Lesser General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Lesser General Public
|
||||
# License along with this software; see the file COPYING.LESSER. If
|
||||
# not, write to the Free Software Foundation, Inc., 51 Franklin
|
||||
# Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
fullfilename=$1
|
||||
|
||||
# strip path to source directory
|
||||
filename=`basename $fullfilename`
|
||||
|
||||
no_ext=`echo $filename | sed 's/\.[^.]*$//g'`
|
||||
dot_doc=${no_ext}.doc
|
||||
|
||||
bindir=`dirname $0`
|
||||
|
||||
${bindir}/guile-snarf-docs "$@" > $dot_doc
|
||||
|
||||
${bindir}/guile-snarf "$@"
|
||||
|
||||
# guile-doc-snarf ends here
|
Loading…
Add table
Add a link
Reference in a new issue