diff --git a/package.json b/package.json index fc3f042aa0..c978f1e799 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "build-only": "ecmarkup --verbose spec.html --multipage out", "build": "npm run build-head", "build-for-pdf": "npm run prebuild-only && ecmarkup --verbose spec.html out/index.html --assets external --assets-dir out --printable --lint-spec --strict", - "pdf": "npm run build-for-pdf && prince --script ./node_modules/ecmarkup/js/print.js out/index.html -o out/ECMA-262.pdf", + "pdf": "npm run build-for-pdf && prince-books --script ./node_modules/ecmarkup/js/print.js out/index.html -o out/ECMA-262.pdf", "prebuild-snapshot": "npm run clean", "build-snapshot": "npm run build-head && node scripts/insert-snapshot-warning.js", "clean": "rm -rf out", diff --git a/spec.html b/spec.html index 1579b22e45..7130b7c363 100644 --- a/spec.html +++ b/spec.html @@ -158,6 +158,8 @@ status: draft location: https://tc39.es/ecma262/ markEffects: true + boilerplate: + copyright: alternative