diff --git a/general.ent b/general.ent
index 6d24d1b6f4..f86e3d115c 100644
--- a/general.ent
+++ b/general.ent
@@ -396,7 +396,7 @@ export -f as_root
-
+
diff --git a/general/prog/vala.xml b/general/prog/vala.xml
index 1ce7a9e443..3e07d896cf 100644
--- a/general/prog/vala.xml
+++ b/general/prog/vala.xml
@@ -6,10 +6,10 @@
-
-
-
-
+
+
+
+
]>
diff --git a/introduction/important/building-notes.xml b/introduction/important/building-notes.xml
index 184c781d1e..839f745b4b 100644
--- a/introduction/important/building-notes.xml
+++ b/introduction/important/building-notes.xml
@@ -387,8 +387,13 @@ chmod 755 blfs-yes-test2
pkgconfig entries, they can actually prevent successful builds. You
may want to consider removing these files periodically:
- find /lib /usr/lib -name \*.la -delete
-
+ find /lib /usr/lib -not -path "*Image*" -a -name \*.la -delete
+
+ The above command removes all .la files with the exception of those that have
+ "Image" (ImageMagick) as a part of the path. The .la files are used by the ImageMagick
+ modules subdirectory are used by the program. There may be other exceptions by
+ packages not in BLFS.
+
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 2abc081b35..c4ed5269d6 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -43,6 +43,7 @@
-->
+
August 2nd, 2013
@@ -55,9 +56,6 @@
[bdubbs] - Update to iso-codes-3.45.
-
- [bdubbs] - Update to vala-0.21.1.
-
[bdubbs] - Added sections on stripping and removing
.la files to Notes on Buiiding Software in the Introduction.