summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2014-02-13 13:38:04 -0500
committerWill Estes <westes575@gmail.com>2014-02-13 13:38:04 -0500
commita09f3ff0d144aeda3154f6efc029f3d817d629a9 (patch)
tree4823043dae2b9a56fa671aa114a230d0c425d6af /doc/Makefile.am
parentfefcb5f6b51b71464f6f8d1a6b187c09178a15d1 (diff)
list more generated files in CLEANFILES
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am17
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 0058e25..0e23dca 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -5,8 +5,23 @@ dist_man_MANS = flex.1
dist_doc_DATA= flex.pdf
CLEANFILES = \
+ flex.aux \
+ flex.cp \
+ flex.cps \
+ flex.fn \
+ flex.fns \
+ flex.hk \
flex.hks \
- flex.ops
+ flex.ky \
+ flex.log \
+ flex.op \
+ flex.ops \
+ flex.pg \
+ flex.toc \
+ flex.tp \
+ flex.tps \
+ flex.vr \
+ flex.vrs
$(dist_man_MANS): $(top_srcdir)/main.c
for i in $(dist_man_MANS) ; do \