From: Michal Sojka Date: Fri, 5 Mar 2010 09:51:47 +0000 (+0100) Subject: Document the problem with removing files from libraries X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/commitdiff_plain/8493c22d0ea8747fd1b4c8365856e3c43e3b0358 Document the problem with removing files from libraries --- diff --git a/doc/omk-manual.texinfo b/doc/omk-manual.texinfo index f75f0d2..af17477 100644 --- a/doc/omk-manual.texinfo +++ b/doc/omk-manual.texinfo @@ -1041,7 +1041,7 @@ Under Emacs, you can use @command{compile} or @command{recompile} commands as you are used to do. @node Troubleshooting, , Interfacing OMK to popular IDEs, OMK User's Manual -@section Troubleshooting +@section Troubleshooting & Knows Bugs @itemize @item @@ -1069,6 +1069,11 @@ commands as you are used to do. @item Currently, C++ sources are supposed to have @file{.cc} or @file{.cxx} extensions. The @file{.cpp} extension is not supported (yet). + +@item + Removing of library source file does not cause the library to be + rebuild. You need to manually delete the library or run @command{make + distclean} before you run @command{make}. @end itemize @node Original README, OMK Development, OMK User's Manual, Top