Skip to content

Commit

Permalink
build fiddling
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Pilgrim committed Sep 18, 2010
1 parent 43bbbdf commit 2137dcb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion prince.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ POSSIBILITY OF SUCH DAMAGE.
margin: 30pt;
padding: 0;
@bottom-center {
font: 12pt/1.75 'Gill Sans', 'Gill Sans MT', Helvetica, Corbel, 'Nimbus Sans L', sans-serif;
font: 12pt/1.75 'Gill Sans', 'Gill Sans MT', Helvetica, Corbel, 'Nimbus Sans L', 'Liberation Sans', 'Deja Vu Sans', FreeSans, 'Arial Unicode', Arial, sans-serif;
content: counter(page);
}
}
Expand Down
10 changes: 5 additions & 5 deletions publish
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ echo "Redirect /d/diveintopython3-pdf-latest.zip http://diveintopython3.org/d/di
mv "$pdfdir" "$pdfdir".pdf.bak
mv build/single.html build/single.html.bak

echo "linting JS"

[ -n "$(which js 2>/dev/null)" ] || die "SpiderMonkey (js or js.exe) not found"
js_lint_results=`js j/jslint.js < build/j/dip3.js 2>/dev/null`
[ "$js_lint_results" = "jslint: No problems found." ] || die "$js_lint_results"
#echo "linting JS"
#
#[ -n "$(which js 2>/dev/null)" ] || die "SpiderMonkey (js or js.exe) not found"
#js_lint_results=`js j/jslint.js < build/j/dip3.js 2>/dev/null`
#[ "$js_lint_results" = "jslint: No problems found." ] || die "$js_lint_results"

echo "adding per-page dates"
for f in *.html; do
Expand Down

0 comments on commit 2137dcb

Please sign in to comment.