source: rtems/doc/tools/src2html/Makefile.am @ 3ba40b46

4.104.114.84.95
Last change on this file since 3ba40b46 was 3ba40b46, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:54:20

2002-03-27 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 402 bytes
Line 
1#
2#  COPYRIGHT (c) 1988-2002.
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
9
10SRC2HTMLDIR = $(top_srcdir)/src2html1.4a
11
12ctags-wr: $(SRC2HTMLDIR)/ctags-wr
13        cp $< $@
14        chmod 755 $@
15
16ctags-new: $(SRC2HTMLDIR)/Ctags/ctags-new
17        cp $< $@
18
19# EMACS ctags with Ada awareness
20ctags: $(SRC2HTMLDIR)/ctags-emacs/ctags
21        cp $< $@
22
23src2html: $(SRC2HTMLDIR)/src2html
24        cp $< $@
Note: See TracBrowser for help on using the repository browser.