mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Bug fix - was not compressing html tarball when creating the .tar.gz from
it git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11611 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
757481f99a
commit
31e199c9bc
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ $(INTERNAL_doc_NAME)/$(INTERNAL_doc_NAME).html: $(INTERNAL_doc_NAME).dvi
|
|||
$(LATEX2HTML) $(INTERNAL_doc_NAME)
|
||||
|
||||
$(INTERNAL_doc_NAME).tar.gz: $(INTERNAL_doc_NAME)/$(INTERNAL_doc_NAME).html
|
||||
$(TAR) cf $(INTERNAL_doc_NAME).tar.gz $(INTERNAL_doc_NAME)
|
||||
$(TAR) cfz $(INTERNAL_doc_NAME).tar.gz $(INTERNAL_doc_NAME)
|
||||
|
||||
endif # LATEX2HTML
|
||||
|
||||
|
|
Loading…
Reference in a new issue