diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-01-28 15:45:18 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-01-28 15:45:18 -0500 |
commit | 5ed37a2015f404e623c2d3be53374ffa7875e432 (patch) | |
tree | f3af67bb7e59aec641f5d4c819b43e5d9b7e88fd /Makefile | |
parent | 03a343727c95aac9ef994cfdfe8f75703ac69cb1 (diff) | |
download | 53hor-5ed37a2015f404e623c2d3be53374ffa7875e432.tar.xz 53hor-5ed37a2015f404e623c2d3be53374ffa7875e432.zip |
updated robots, makefile destination, added undefined javascript
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,4 +24,4 @@ post: sed -i '' "s#<ul id=\"index\">#<ul id=\"index\">\n<li> <a href=\"/$$FILENAME\">$$TITLE <code>$$LONG_DATE</code> </a> </li>#" index.html live: - rsync -r ./* atc@192.168.1.104:/var/www/ + rsync --recursive --update --exclude=Makefile --exclude=.git/ ./* atc@192.168.1.104:/zroot/www/ |