diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-29 23:56:51 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-29 23:56:51 +0000 |
commit | d0eff13891676b108fd5186433580f485e247c11 (patch) | |
tree | 06f65757ad008da805538a47da503b320f8f4d49 /handbook/Makefile | |
parent | dd048e6b2c67b639c90b29bc3c3ac7a5f9ef4688 (diff) | |
download | poky-d0eff13891676b108fd5186433580f485e247c11.tar.gz |
handbook/Makefile: Add tarball target
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3883 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'handbook/Makefile')
-rw-r--r-- | handbook/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/handbook/Makefile b/handbook/Makefile index ff6cd89d41..c2768dc45b 100644 --- a/handbook/Makefile +++ b/handbook/Makefile | |||
@@ -18,5 +18,8 @@ html: | |||
18 | # -- old way -- | 18 | # -- old way -- |
19 | # xmlto xhtml-nochunks poky-handbook.xml | 19 | # xmlto xhtml-nochunks poky-handbook.xml |
20 | 20 | ||
21 | tarball: html | ||
22 | tar -cvzf poky-handbook.tgz poky-handbook.html | ||
23 | |||
21 | validate: | 24 | validate: |
22 | xmllint --postvalid --xinclude --noout poky-handbook.xml | 25 | xmllint --postvalid --xinclude --noout poky-handbook.xml |