diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-02-01 17:52:10 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-02-01 17:52:10 -0500 |
commit | 97175ce594674c26d3ff627622ffbc92182a30bd (patch) | |
tree | 9774424b08e9c33dffbf2786c1128245be3566fe /Makefile | |
parent | 298206ddb7a85a9fabd92b3dc57c71cc6821a584 (diff) | |
download | 53hor-97175ce594674c26d3ff627622ffbc92182a30bd.tar.xz 53hor-97175ce594674c26d3ff627622ffbc92182a30bd.zip |
removed make live in favor of automatic updates
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -22,6 +22,3 @@ post: $$EDITOR $$FILENAME; \ sed -i '' "s#</channel>#<item> <title>$$TITLE</title> <pubDate>$$LONG_DATE</pubDate> <link>https://www.53hor.net/$$FILENAME</link> <guid>https://www.53hor.net/$$FILENAME</guid> </item>\n</channel>#" rss.xml; \ 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 --recursive --update --exclude=Makefile --exclude=.* --exclude=drafts ./* atc@192.168.1.104:/zroot/www/ |