mirror of
https://github.com/ViViDboarder/docset-sfdc.git
synced 2024-11-14 06:26:31 +00:00
Remove spaces in archive names and fix readme
This commit is contained in:
parent
b82e18781b
commit
a501c6a12f
2
Makefile
2
Makefile
@ -47,7 +47,7 @@ package-combined:
|
||||
@echo "Docset generated!"
|
||||
|
||||
archive:
|
||||
find *.docset -depth 0 | xargs -I '{}' sh -c 'tar --exclude=".DS_Store" -czf "$$(echo {} | sed "s/\.[^.]*$$//").tgz" "{}"'
|
||||
find *.docset -depth 0 | xargs -I '{}' sh -c 'tar --exclude=".DS_Store" -czf "$$(echo {} | sed -e "s/\.[^.]*$$//" -e "s/ /_/").tgz" "{}"'
|
||||
@echo "Archives created!"
|
||||
|
||||
clean-index:
|
||||
|
Loading…
Reference in New Issue
Block a user