diff --git a/doc/src/faq.xml b/doc/src/faq.xml index 84ecb4aef..a648a3761 100644 --- a/doc/src/faq.xml +++ b/doc/src/faq.xml @@ -5,7 +5,7 @@ Frequently Asked Questions -
+
How do I get the current value of feature in Jamfile? @@ -41,7 +41,7 @@
-
+
I am getting a "Duplicate name of actual target" error. What does that mean? @@ -174,7 +174,7 @@ exe a : a.cpp : <include>$(SOME_LIBRARY_PATH) ; </para> </section> - <section> + <section id="bbv2.faq.proporder"> <title> How to control properties order? @@ -203,7 +203,7 @@ exe a : a.cpp : <include>a&&b ;
-
+
How to control the library linking order on Unix? @@ -257,7 +257,7 @@ local gtk_includes = [ SHELL "gtk-config --cflags" ] ;
-
+
How to get the project root (a.k.a. Jamroot) location? @@ -272,7 +272,7 @@ path-constant TOP : . ;
-
+
How to change compilation flags for one file?