summaryrefslogtreecommitdiffstats
path: root/doc/tools/src2html/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-02-14 03:29:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-02-14 03:29:01 +0000
commite84c52869baf3ba40890f37887e1e0893079bdf3 (patch)
tree5fdd1e37f4c753b42bc822c931ab82fb7a62e412 /doc/tools/src2html/Makefile.am
parent2003-02-11 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-e84c52869baf3ba40890f37887e1e0893079bdf3.tar.bz2
Merger from rtems-4-6-branch.
Diffstat (limited to 'doc/tools/src2html/Makefile.am')
-rw-r--r--doc/tools/src2html/Makefile.am24
1 files changed, 0 insertions, 24 deletions
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 $< $@