Преглед изворни кода

(merge from head)
tab removal


[SVN r34728]

Gennaro Prota пре 20 година
родитељ
комит
a2fca3e8f9
2 измењених фајлова са 13 додато и 13 уклоњено
  1. 8 8
      configure
  2. 5 5
      index.htm

+ 8 - 8
configure

@@ -268,22 +268,22 @@ INCLUDEDIR=$INCLUDEDIR
 LIBS=$LIBS
 
 all: .dummy
-	@echo "\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) \$(LIBS)"
-	@\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) \$(LIBS) || \\
-	echo "Not all Boost libraries built properly."
+    @echo "\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) \$(LIBS)"
+    @\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) \$(LIBS) || \\
+    echo "Not all Boost libraries built properly."
 
 clean: .dummy
-	rm -rf bin
+    rm -rf bin
 
 distclean: clean
-	rm -rf Makefile config.log
+    rm -rf Makefile config.log
 
 check: .dummy
-	@cd status && ../\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) test || echo "Some Boost regression tests failed. This is normal."
+    @cd status && ../\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) test || echo "Some Boost regression tests failed. This is normal."
 
 install: .dummy
-	@echo "\$(BJAM) \$(BJAM_CONFIG) --prefix=\$(PREFIX) --exec-prefix=\$(EPREFIX) --libdir=\$(LIBDIR) --includedir=\$(INCLUDEDIR) -sTOOLS=\$(TOOLSET) \$(LIBS) install"
-	@\$(BJAM) \$(BJAM_CONFIG) --prefix=\$(PREFIX) --exec-prefix=\$(EPREFIX) --libdir=\$(LIBDIR) --includedir=\$(INCLUDEDIR) -sTOOLS=\$(TOOLSET) \$(LIBS) install || echo "Not all Boost libraries built properly."
+    @echo "\$(BJAM) \$(BJAM_CONFIG) --prefix=\$(PREFIX) --exec-prefix=\$(EPREFIX) --libdir=\$(LIBDIR) --includedir=\$(INCLUDEDIR) -sTOOLS=\$(TOOLSET) \$(LIBS) install"
+    @\$(BJAM) \$(BJAM_CONFIG) --prefix=\$(PREFIX) --exec-prefix=\$(EPREFIX) --libdir=\$(LIBDIR) --includedir=\$(INCLUDEDIR) -sTOOLS=\$(TOOLSET) \$(LIBS) install || echo "Not all Boost libraries built properly."
 
 .dummy:
 

+ 5 - 5
index.htm

@@ -535,13 +535,13 @@
                               40-60%, depending on the concrete files to process. </li>
 
                               <li>Support for new pragmas has been added allowing to 
-							   control certain library features from inside the 
-							   preprocessed sources (partial output redirection, 
-							   control of generated whitespace and #line directives).</li>
+                               control certain library features from inside the 
+                               preprocessed sources (partial output redirection, 
+                               control of generated whitespace and #line directives).</li>
 
                               <li>Optional support for #pragma message &quot;...&quot; 
-							   has been added. </li>
-							   
+                               has been added. </li>
+                               
                               <li>This version also includes a number of bug
                               fixes and usage improvements. For a complete
                               list of changes, see the libraries <a href=

粤ICP备19079148号