web: get rsync working. cursed directory seperators
This commit is contained in:
parent
16ec9b2920
commit
8b23a78c85
2 changed files with 2 additions and 6 deletions
7
Makefile
7
Makefile
|
|
@ -1,11 +1,6 @@
|
||||||
# Define the source directory, read from the environment variable ALMANACK_ROOT
|
# Define the source directory, read from the environment variable ALMANACK_ROOT
|
||||||
# Ensure to handle the case where ALMANACK_ROOT is not set
|
# Ensure to handle the case where ALMANACK_ROOT is not set
|
||||||
SRC_DIR := $(ALMANACK_ROOT)/web
|
SRC_DIR := $(ALMANACK_ROOT)/web/
|
||||||
ALMANACK_ROOT := $(ALMANACK_ROOT)
|
|
||||||
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# Define the destination for rsync
|
|
||||||
DEST := boat:/var/local/www/www.almnck.com/
|
DEST := boat:/var/local/www/www.almnck.com/
|
||||||
|
|
||||||
# Define the rsync options
|
# Define the rsync options
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,6 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Old Danny's Almanack</h1>
|
<h1>Old Danny's Almanack</h1>
|
||||||
|
<p>Technological culture since 1724</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue