From d0eff13891676b108fd5186433580f485e247c11 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 29 Feb 2008 23:56:51 +0000 Subject: handbook/Makefile: Add tarball target git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3883 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- handbook/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'handbook/Makefile') diff --git a/handbook/Makefile b/handbook/Makefile index ff6cd89d4..c2768dc45 100644 --- a/handbook/Makefile +++ b/handbook/Makefile @@ -18,5 +18,8 @@ html: # -- old way -- # xmlto xhtml-nochunks poky-handbook.xml +tarball: html + tar -cvzf poky-handbook.tgz poky-handbook.html + validate: xmllint --postvalid --xinclude --noout poky-handbook.xml -- cgit v1.2.3