diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-11-16 12:16:08 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-11-22 09:54:26 -0500 | 
| commit | 2731b33fe2d05fe3ebc3e2f98d39eacf7295d1e4 (patch) | |
| tree | e10aa1e0685d03deeb62c36e643e9300e144990e /makefile | |
| parent | name changes (diff) | |
module & src renamingdoc-reform_v0.9.0
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 8 | 
1 files changed, 4 insertions, 4 deletions
@@ -2,8 +2,8 @@ PROG_VER_GIT :=$(shell echo `git describe --long --tags | sed -e "s/^[ a-z_-]\+\  PROG_VER_DECLARED :=$(shell echo `cat ./views/version.txt | grep --color=never "enum" | sed 's/.\+(\([0-9]\+\),[ \t]\+\([0-9]\+\),[ \t]\+\([0-9]\+\)[ \t]*).\+/\1.\2.\3/g'`)  DUB=dub  DUB_FLAGS=-v --force --compiler= -PRG_NAME=spine -PRG_NICKAME=rad +PRG_NAME=doc-reform +PRG_NICKAME=spine  PRG_NAME_DIR=$(shell echo `echo $(PRG_NAME) | sed -e "s/-/_/g"`)  PRG_SRC=$(PRG_NAME).d  PRG_SRCDIR=./src @@ -162,10 +162,10 @@ skel:  	mkdir -p data; \  	mkdir -p util; \  	mkdir -p $(PRG_SRCDIR)/$(PRG_NAME_DIR)/conf; \ +	mkdir -p $(PRG_SRCDIR)/$(PRG_NAME_DIR)/io_in; \ +	mkdir -p $(PRG_SRCDIR)/$(PRG_NAME_DIR)/io_out; \  	mkdir -p $(PRG_SRCDIR)/$(PRG_NAME_DIR)/meta; \ -	mkdir -p $(PRG_SRCDIR)/$(PRG_NAME_DIR)/output; \  	mkdir -p $(PRG_SRCDIR)/$(PRG_NAME_DIR)/share; \ -	mkdir -p $(PRG_SRCDIR)/$(PRG_NAME_DIR)/source; \  	mkdir -p $(PRG_SRCDIR)/$(PRG_NAME_DIR); \  	mkdir -p $(PRG_BINDIR);  init: skel  | 
