URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [doc/] [tools/] [src2html/] [Makefile.am] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
#
# COPYRIGHT (c) 1988-2002.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
#
# Makefile.am,v 1.5 2002/03/28 00:54:14 joel Exp
#
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 $< $@
Go to most recent revision | Compare with Previous | Blame | View Log