diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2010-09-19 19:36:31 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2010-09-19 19:36:31 -0400 |
commit | 2bfdbc116276afc90c803427e7af7b44a0c11c66 (patch) | |
tree | 56224840fc9197d8de600c663288022fd9f6ebcb /src/chrtrans/makefile.in | |
parent | 56513275710731392ca5a85a9e814cbfef15a493 (diff) | |
download | lynx-snapshots-2bfdbc116276afc90c803427e7af7b44a0c11c66.tar.gz |
snapshot of project "lynx", label v2-8-8dev_5a
Diffstat (limited to 'src/chrtrans/makefile.in')
-rw-r--r-- | src/chrtrans/makefile.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/chrtrans/makefile.in b/src/chrtrans/makefile.in index dcf827ec..f6dd49c4 100644 --- a/src/chrtrans/makefile.in +++ b/src/chrtrans/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.36 2010/04/30 00:20:45 tom Exp $ +# $LynxId: makefile.in,v 1.37 2010/09/19 19:30:58 tom Exp $ # # Makefile for the makeuctb and unicode tables. # @@ -55,6 +55,8 @@ CC_OPTS = $(CPP_OPTS) $(BUILD_CFLAGS) LINT = @LINT@ LINTOPTS = +CTAGS = @CTAGS@ + # # This file contains the font map for the default (hardware) font # @@ -187,6 +189,9 @@ viscii_uni.h: $(srcdir)/viscii_uni.tbl $(MAKEUCTB) lint: $(LINT) $(LINTOPTS) $(CPP_OPTS) $(C_SRC) 2>&1 |tee $(top_builddir)/lint.chrtrans +tags: + $(CTAGS) *.[ch] + clean: rm -f $(MAKEUCTB) *$o *uni.h *uni2.h *.i |