Author: bdubbs Date: 2011-06-20 17:08:09 -0600 (Mon, 20 Jun 2011) New Revision: 9564
Modified: trunk/BOOK/pdf-fixups.sh Log: Disable pdf-fixups.sh Modified: trunk/BOOK/pdf-fixups.sh =================================================================== --- trunk/BOOK/pdf-fixups.sh 2011-06-20 22:58:34 UTC (rev 9563) +++ trunk/BOOK/pdf-fixups.sh 2011-06-20 23:08:09 UTC (rev 9564) @@ -11,5 +11,6 @@ LINE=$( grep -n "DO NOT EDIT" $FILE | cut -f1 -d: ) LINE=$(( LINE - 1 )) -sed -i -e "$LINE s/monospace/&\" font-size=\"9pt/" $FILE +# Not needed +#sed -i -e "$LINE s/monospace/&\" font-size=\"9pt/" $FILE -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
