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:
committed by
Paul Eggert
parent
b37e503ce2
commit
53674c73d4
7
Makefile
7
Makefile
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user