changeset 20431:4e52267743d7

maint: Delete obsolete find-docstring-files.sh build script * doc/interpreter/find-docstring-files.sh: Delete. * doc/module.mk (EXTRA_DIST): Remove doc/interpreter/find-docstring-files.sh from the list.
author Mike Miller <mtmiller@octave.org>
date Sat, 25 Jul 2015 15:25:19 -0400
parents 2f2e8b4996cb
children 1bc95d7148b7
files doc/interpreter/find-docstring-files.sh doc/module.mk
diffstat 2 files changed, 0 insertions(+), 28 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/find-docstring-files.sh	Sat Jul 25 15:06:40 2015 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-#! /bin/sh
-
-if [ $# -ne 1 ]; then
-  echo "usage: find-docstring-files TOP-SRCDIR" 1>&2
-  exit 1
-fi
-
-## Look in the build tree then the source tree for the
-## DOCSTRINGS files.  Fail if neither exists.
-
-if [ -f "scripts/DOCSTRINGS" ]; then
-  echo "scripts/DOCSTRINGS"
-elif [ -f "$1/scripts/DOCSTRINGS" ]; then
-  echo "$1/scripts/DOCSTRINGS"
-else
-  echo "find-docstring-files: scripts/DOCSTRINGS file is missing!" 1>&2
-  exit 1
-fi
-
-if [ -f "libinterp/DOCSTRINGS" ]; then
-  echo "libinterp/DOCSTRINGS"
-elif [ -f "$1/libinterp/DOCSTRINGS" ]; then
-  echo "$1/libinterp/DOCSTRINGS"
-else
-  echo "find-docstring-files: libinterp/DOCSTRINGS file is missing!" 1>&2
-  exit 1
-fi
--- a/doc/module.mk	Sat Jul 25 15:06:40 2015 -0400
+++ b/doc/module.mk	Sat Jul 25 15:25:19 2015 -0400
@@ -348,7 +348,6 @@
   doc/interpreter/config-images.sh \
   doc/interpreter/contributors.in \
   doc/interpreter/doc-cache \
-  doc/interpreter/find-docstring-files.sh \
   doc/interpreter/genpropdoc.m \
   doc/interpreter/graphics_properties.mk \
   doc/interpreter/images \