aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 74607bb..ef7ae7b 100644
--- a/Makefile
+++ b/Makefile
@@ -94,8 +94,8 @@ Formula: paku.lock
public/debian: debian.sentinel
- mkdir -p $(@D)
- rsync -avP --delete `$(MAKE) -sf debian.mk public-dir`/ $@/
+ mkdir -p $@
+ cp -R `cat debian.out.txt` $@
touch $@
public/paku.html: paku.lock
@@ -111,7 +111,7 @@ upload: public
clean: src/bin/paku
rm -rf "`paku -C datadir`"
rm -rf \
- $(derived-assets) result* *.mk *.sentinel
+ $(derived-assets) result* *.mk *.sentinel *.out.txt
check-shellcheck: