From 7b4d5d2accff5c411a9f2a9cb0a8178060910d24 Mon Sep 17 00:00:00 2001 From: Arthur David Olson Date: Fri, 8 Jan 1993 06:51:58 -0500 Subject: [PATCH] public rule added SCCS-file: Makefile SCCS-SID: 7.8 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index a59eb46..38884e3 100644 --- a/Makefile +++ b/Makefile @@ -282,6 +282,10 @@ clean: names: @echo $(ENCHILADA) +public: $(ENCHILADA) + tar cf - $(DOCS) $(SOURCES) $(USNO) | compress > tzcode.tar.Z + tar cf - $(DATA) | compress > tzdata.tar.Z + zonenames: $(TDATA) @awk '/^Zone/ { print $$2 } /^Link/ { print $$3 }' $(TDATA)