diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-06-20 23:08:09 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-06-20 23:08:09 +0000 |
commit | e436213b714651c2f3dbe37829b20637a8a6cb42 (patch) | |
tree | 89fe75087fd92e72dac97b836470ae1211b59775 | |
parent | 483838e91e2130bf788313924ab2d5bbffb4aa2b (diff) |
Disable pdf-fixups.sh
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9564 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rwxr-xr-x | pdf-fixups.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pdf-fixups.sh b/pdf-fixups.sh index 329a423d1..0efe57ccd 100755 --- a/pdf-fixups.sh +++ b/pdf-fixups.sh @@ -11,5 +11,6 @@ FILE=$1 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 |