diff options
author | Adrian Thurston <thurston@complang.org> | 2011-05-11 19:30:00 +0000 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2011-05-11 19:30:00 +0000 |
commit | adf5c202ca18265cca6fe902890de552e2ed5c20 (patch) | |
tree | a6ac37cbdb327502841a92ec6eab334ff2f70422 /Makefile.am | |
parent | 925fdd1d832de5f9e4cebeb8579061aaa5331c75 (diff) | |
download | colm-adf5c202ca18265cca6fe902890de552e2ed5c20.tar.gz |
Fixes for the dists. refs #284.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index feb2f16e..f907d2e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,12 +74,11 @@ # ADT install: $(INSTALL_SUBDIRS) # ADT - SUBDIRS = colm -DIST_SUBDIRS = $(SUBDIRS) aapl test +DIST_SUBDIRS = $(SUBDIRS) aapl -#dist_doc_DATA = CREDITS ChangeLog -#EXTRA_DIST = ragel.vim +dist_doc_DATA = colm.vim +EXTRA_DIST = colm.vim # This file is checked for by the configure script and its existence causes the # parsers and the manual to not be built when the distribution is built. |