mirror of
https://github.com/ViViDboarder/docset-sfdc.git
synced 2024-11-23 16:16:33 +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!"
|
@echo "Docset generated!"
|
||||||
|
|
||||||
archive:
|
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!"
|
@echo "Archives created!"
|
||||||
|
|
||||||
clean-index:
|
clean-index:
|
||||||
|
@ -15,5 +15,6 @@ Dependencies
|
|||||||
------------
|
------------
|
||||||
|
|
||||||
Currently these are not auto resolved. You must install the following:
|
Currently these are not auto resolved. You must install the following:
|
||||||
|
|
||||||
* github.com/coopernurse/gorp
|
* github.com/coopernurse/gorp
|
||||||
* github.com/mattn/go-sqlite3
|
* github.com/mattn/go-sqlite3
|
||||||
|
Loading…
Reference in New Issue
Block a user