From f2b8f008c053d7406971d5fe53e8e71e4889d810 Mon Sep 17 00:00:00 2001 From: philsmd Date: Sun, 3 Jan 2016 23:29:39 +0100 Subject: [PATCH] pr #53 did not copy the example .hash and .dict files to the doc folder --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile b/src/Makefile index af53f5e..74cc57a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -140,6 +140,8 @@ install: native $(INSTALL) -m 755 -d $(DOCUMENT_FOLDER) $(CP) -a docs/* $(DOCUMENT_FOLDER)/ $(CP) -a example*.sh $(DOCUMENT_FOLDER)/ + $(CP) -a example*.hash $(DOCUMENT_FOLDER)/ + $(INSTALL) -m 644 example.dict $(DOCUMENT_FOLDER)/ $(INSTALL) -m 755 -d $(DOCUMENT_FOLDER)/extra $(CP) -a extra/* $(DOCUMENT_FOLDER)/extra/ $(INSTALL) -m 755 -d $(SHARED_FOLDER) -- 2.25.1