Page MenuHomeDevCentral

Makefile
No OneTemporary

Makefile

#
# Generates the Discourse configuration files
#
# SSH_SERVER:
# The remote host to query credentials
# It will be used by genconfig script like this: ssh <SSH_SERVER> <command>
#
SSH_SERVER="zr@ysul.nasqueron.drake"
all: discourse.conf
discourse.conf:
@SSH_SERVER=${SSH_SERVER} ./genconfig discourse.conf.tmpl > discourse.conf
git-update:
git pull
clean:
@rm -f discourse.conf
update: clean git-update all

File Metadata

Mime Type
text/x-makefile
Expires
Fri, Feb 28, 20:47 (21 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2447808
Default Alt Text
Makefile (425 B)

Event Timeline