Merge pull request #53 from philsmd/master

install also the example scripts, place them into the doc folder
This commit is contained in:
Jens Steube
2016-01-03 22:25:09 +01:00

View File

@@ -139,6 +139,7 @@ win64: oclHashcat64.exe
install: native
$(INSTALL) -m 755 -d $(DOCUMENT_FOLDER)
$(CP) -a docs/* $(DOCUMENT_FOLDER)/
$(CP) -a example*.sh $(DOCUMENT_FOLDER)/
$(INSTALL) -m 755 -d $(DOCUMENT_FOLDER)/extra
$(CP) -a extra/* $(DOCUMENT_FOLDER)/extra/
$(INSTALL) -m 755 -d $(SHARED_FOLDER)