diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-20 19:28:01 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-20 19:28:01 +0100 |
commit | f30c47de7e55f45b55b813bdb4ff9f6a3fd0ef75 (patch) | |
tree | 3b2afab759bacf3f37c941d97d9464b68802c9bf /Makefile.am | |
parent | 70c6c430a2cd990cad899024c3bab0c8208328b1 (diff) | |
download | sciteco-f30c47de7e55f45b55b813bdb4ff9f6a3fd0ef75.tar.gz |
added manpage highlighting program invocation and batch mode
language and commands will be described in separate documents
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 78193ae..f2dbdfe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,9 +3,13 @@ SUBDIRS = src dist_sciteco_data_DATA = teco.ini +man_MANS = sciteco.1 +EXTRA_DIST = sciteco.1.in + noinst_HEADERS = compat/bsd/sys/cdefs.h \ compat/bsd/sys/queue.h \ compat/bsd/sys/tree.h -EXTRA_DIST = patches/scintilla-teco-control-codes.patch \ - TODO +EXTRA_DIST += patches/scintilla-teco-control-codes.patch + +EXTRA_DIST += TODO |