summaryrefslogtreecommitdiffstats
path: root/doc/tools/src2html/Makefile.am
blob: 2e9cb2c9aadf83ccff4ab57ab7b5c78e33386dda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
#  COPYRIGHT (c) 1988-2002.
#  On-Line Applications Research Corporation (OAR).
#  All rights reserved.
#
#  $Id$
#

AUTOMAKE_OPTIONS = foreign 1.4

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 $< $@