diff options
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 |