diff options
Diffstat (limited to 'handbook')
-rw-r--r-- | handbook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handbook/Makefile b/handbook/Makefile index c2768dc45b..07580fd9aa 100644 --- a/handbook/Makefile +++ b/handbook/Makefile | |||
@@ -19,7 +19,7 @@ html: | |||
19 | # xmlto xhtml-nochunks poky-handbook.xml | 19 | # xmlto xhtml-nochunks poky-handbook.xml |
20 | 20 | ||
21 | tarball: html | 21 | tarball: html |
22 | tar -cvzf poky-handbook.tgz poky-handbook.html | 22 | tar -cvzf poky-handbook.tgz poky-handbook.html style.css screenshots/ss-sato.png poky-beaver.png poky-handbook.png |
23 | 23 | ||
24 | validate: | 24 | validate: |
25 | xmllint --postvalid --xinclude --noout poky-handbook.xml | 25 | xmllint --postvalid --xinclude --noout poky-handbook.xml |