URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [doc/] [tools/] [src2html/] [Makefile.am] - Rev 1782
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.4actags-wr: $(SRC2HTMLDIR)/ctags-wrcp $< $@chmod 755 $@ctags-new: $(SRC2HTMLDIR)/Ctags/ctags-newcp $< $@# EMACS ctags with Ada awarenessctags: $(SRC2HTMLDIR)/ctags-emacs/ctagscp $< $@src2html: $(SRC2HTMLDIR)/src2htmlcp $< $@
