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
|
||||
# Ensure to handle the case where ALMANACK_ROOT is not set
|
||||
SRC_DIR := $(ALMANACK_ROOT)/web
|
||||
ALMANACK_ROOT := $(ALMANACK_ROOT)
|
||||
|
||||
#
|
||||
#
|
||||
# Define the destination for rsync
|
||||
SRC_DIR := $(ALMANACK_ROOT)/web/
|
||||
DEST := boat:/var/local/www/www.almnck.com/
|
||||
|
||||
# Define the rsync options
|
||||
|
|
|
|||
|
|
@ -3,5 +3,6 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Old Danny's Almanack</h1>
|
||||
<p>Technological culture since 1724</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue