1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-22 09:24:21 +00:00

public work

SCCS-file: Makefile
SCCS-SID: 7.68
This commit is contained in:
Arthur David Olson
1999-03-29 11:18:12 -05:00
committed by Paul Eggert
parent b37e503ce2
commit 53674c73d4

View File

@ -346,7 +346,12 @@ clean:
names:
@echo $(ENCHILADA)
public: $(ENCHILADA)
# The zics below ensure that each data file can stand on its own.
public: $(ENCHILADA) zic
-mkdir /tmp/,tzpublic
for i in $(TDATA) ; do zic -d /tmp/,tzpublic $$i ; done
rm -f -r /tmp/,tzpublic
tar cf - $(DOCS) $(SOURCES) $(MISC) | gzip -9 > tzcode.tar.gz
tar cf - $(DATA) | gzip -9 > tzdata.tar.gz