diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-08-11 00:22:15 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-08-11 00:22:15 -0400 |
commit | b1986c6fc53d75fc2a010c39c6e30d8ed6d86425 (patch) | |
tree | 61df10589f854718093a9f188a39750900a18fbd | |
parent | 88a2df4292f26c4a17de4a856b0579c4ce0de7dd (diff) |
fix removed makefile
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 10cd8fd9..821098b7 100644 --- a/configure.ac +++ b/configure.ac @@ -130,6 +130,7 @@ AC_CONFIG_FILES([gi/pyp-topics/src/Makefile]) AC_CONFIG_FILES([gi/clda/src/Makefile]) AC_CONFIG_FILES([gi/pf/Makefile]) AC_CONFIG_FILES([gi/markov_al/Makefile]) +AC_CONFIG_FILES([rst_parser/Makefile]) AC_CONFIG_FILES([python/setup.py],[chmod +x python/setup.py]) |