diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-27 12:02:39 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-27 12:02:39 +0100 |
commit | df1613a52d76c92e58c1b440f41ca9dc76039679 (patch) | |
tree | 18f32eba363f036f1611d526b285820c364e3aa1 /Makefile.am | |
parent | 7e4014c5936e59251044c595d20b6978e69f8568 (diff) | |
download | sciteco-df1613a52d76c92e58c1b440f41ca9dc76039679.tar.gz |
moved manpage to doc/ subdir
later there will be much more documentation
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index eb38c7d..ac220c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = src +SUBDIRS = src doc if BOOTSTRAP BOOTSTRAP_SCITECO = src/sciteco-minimal$(EXEEXT) @@ -20,10 +20,6 @@ EXTRA_DIST = teco.ini.in CLEANFILES = teco.ini dist_pkgdata_DATA = lexer.tes -man_MANS = sciteco.1 -EXTRA_DIST += sciteco.1.in -CLEANFILES += sciteco.1 - noinst_HEADERS = compat/bsd/sys/cdefs.h \ compat/bsd/sys/queue.h \ compat/bsd/sys/tree.h |