Skip to content

Commit 6a6c231

Browse files
committed
[css2] Don't include css2.{txt,zip,ps.gz,pdf} in the tar file.
1 parent 857df4c commit 6a6c231

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css2/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,15 +315,15 @@ all: build/blocks.ok $(SPECOBJS) images/pngs.ok \
315315
# -@(cd images; for i in *.gif; do $(LN) -s $$i "`basename $$i .gif`" 2>//dev/null; done)
316316
# touch images/links.ok
317317

318-
install: all css2.tgz $(INSTALLDIR)/.htaccess
318+
install: all css2.tgz css2.txt css2.zip css2.ps.gz css2.pdf $(INSTALLDIR)/.htaccess
319319
@if [ -z "$(INSTALLDIR)" ]; then\
320320
echo >&2;\
321321
echo "*** No target directory specified" >&2;\
322322
echo "*** Please use: make install INSTALLDIR=<target-dir>" >&2;\
323323
exit 1;\
324324
fi
325325
@if [ ! -d $(INSTALLDIR) ]; then mkdir -p $(INSTALLDIR);fi
326-
$(CP) css2.tgz $(INSTALLDIR)
326+
$(CP) css2.txt css2.zip css2.ps.gz css2.pdf css2.tgz $(INSTALLDIR)
327327
zcat css2.tgz | (cd $(INSTALLDIR); $(TAR) xvf -)
328328
# -$(RM) -f $(CSSGROUPDIR)/issues.html
329329
# -$(RM) $(CSSGROUPDIR)/css2-issues.html
@@ -419,12 +419,12 @@ css2.txt txt: css2.html
419419

420420
####
421421

422-
css2.tgz: $(ALLOBJS) css2.txt css2.zip css2.ps.gz css2.pdf # images/links.ok
422+
css2.tgz: $(ALLOBJS) # images/links.ok
423423
# $(TAR) cf - $(ALLOBJS) `$(LS) -d images/*.png | $(GREP) -v "\."` | gzip >$@
424424
$(TAR) cf - $^ | gzip >$@
425425

426426
css2.zip: $(ALLOBJS)
427-
$(ZIP) $@ $(ALLOBJS) images/*.png
427+
$(ZIP) $@ $(ALLOBJS)
428428
# $(ZIP) $@ $(ALLOBJS) `$(LS) -d images/*.png | $(GREP) -v "\."`
429429

430430
#### Section generate property tables from property database.

0 commit comments

Comments
 (0)