From 72a95a8145de59bd3f4415f1669325400311747d Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Mon, 2 Oct 2006 13:44:23 +0000
Subject: [PATCH] Add a target to create a tar file of the html files.

---
 docs/cmu-user/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/cmu-user/Makefile b/docs/cmu-user/Makefile
index dcb5add7f..15ae1ad44 100644
--- a/docs/cmu-user/Makefile
+++ b/docs/cmu-user/Makefile
@@ -85,6 +85,12 @@ all: cmu-user.ps
 %.ps : %.ps1
 	psset -d -o $@ $<
 
+# Tar up the html files
+cmu-user-html.tgz : cmu-user.html
+	mkdir cmu-user
+	cp *.html *.gif cmu-user
+	tar cf - cmu-user | gzip > cmu-user-html.tgz
+
 # generate Postscript for letter format, instead of for A4 paper
 .INTERMEDIATE: cmu-user-letter.tex
 cmu-user-letter.tex: cmu-user.tex
-- 
GitLab