summaryrefslogtreecommitdiffstats
path: root/doc/tools/src2html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tools/src2html')
-rw-r--r--doc/tools/src2html/.cvsignore2
-rw-r--r--doc/tools/src2html/ChangeLog11
-rw-r--r--doc/tools/src2html/Makefile.am24
3 files changed, 0 insertions, 37 deletions
diff --git a/doc/tools/src2html/.cvsignore b/doc/tools/src2html/.cvsignore
deleted file mode 100644
index 282522db03..0000000000
--- a/doc/tools/src2html/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
diff --git a/doc/tools/src2html/ChangeLog b/doc/tools/src2html/ChangeLog
deleted file mode 100644
index 11573d57b6..0000000000
--- a/doc/tools/src2html/ChangeLog
+++ /dev/null
@@ -1,11 +0,0 @@
-2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Remove AUTOMAKE_OPTIONS.
-
-2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Require automake-1.5.
-
-2000-08-10 Joel Sherrill <joel@OARcorp.com>
-
- * ChangeLog: New file.
diff --git a/doc/tools/src2html/Makefile.am b/doc/tools/src2html/Makefile.am
deleted file mode 100644
index 4b27430d49..0000000000
--- a/doc/tools/src2html/Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# COPYRIGHT (c) 1988-2002.
-# On-Line Applications Research Corporation (OAR).
-# All rights reserved.
-#
-# $Id$
-#
-
-
-SRC2HTMLDIR = $(top_srcdir)/src2html1.4a
-
-ctags-wr: $(SRC2HTMLDIR)/ctags-wr
- cp $< $@
- chmod 755 $@
-
-ctags-new: $(SRC2HTMLDIR)/Ctags/ctags-new
- cp $< $@
-
-# EMACS ctags with Ada awareness
-ctags: $(SRC2HTMLDIR)/ctags-emacs/ctags
- cp $< $@
-
-src2html: $(SRC2HTMLDIR)/src2html
- cp $< $@