diff options
author | Richard Purdie <richard@openedhand.com> | 2008-03-01 00:03:03 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-03-01 00:03:03 +0000 |
commit | 639f3823f570ae0b30e9dd39d7fee2ce8a310ad9 (patch) | |
tree | 650e17cdf0fe0796a58e522e65f622eb07f5e7d2 | |
parent | d0eff13891676b108fd5186433580f485e247c11 (diff) | |
download | poky-639f3823f570ae0b30e9dd39d7fee2ce8a310ad9.tar.gz |
handbook/Makefile: Add missing tarball files
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3884 311d38ba-8fff-0310-9ca6-ca027cbcb966
-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 |