]> rtime.felk.cvut.cz Git - omk.git/commitdiff
Document the problem with removing files from libraries
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 5 Mar 2010 09:51:47 +0000 (10:51 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 5 Mar 2010 09:51:47 +0000 (10:51 +0100)
doc/omk-manual.texinfo

index f75f0d242c02fb01fc2e5970ff8f7d0c3c49b160..af17477a9db93e4b7ca7bf5bb6c08ab84314bb89 100644 (file)
@@ -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