diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ all: content feed content: - rsync -t [^_]*.{html,png,css,map,jpg} ignore@ignore.pl:public/ignore.pl/ + rsync -t [^_]*.{html,png,css,map,jpg,txt} ignore@ignore.pl:public/ignore.pl/ feed: rm -f atom.xml |