aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-24 16:21:51 -0300
committerEuAndreh <eu@euandre.org>2023-03-24 16:21:51 -0300
commit14a95c8ddb32bcbe8a0c4fb7a897dca893b9fb9e (patch)
tree5630ab98b2ce8e3f7f9a63e7a01b8952bb8cc3e7 /Makefile
parentMakefile: Add missing dependencies to "check-guix" (diff)
downloadpackage-repository-14a95c8ddb32bcbe8a0c4fb7a897dca893b9fb9e.tar.gz
package-repository-14a95c8ddb32bcbe8a0c4fb7a897dca893b9fb9e.tar.xz
Makefile: Mark "public/debian" after rsync
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4927fb6..a580e19 100644
--- a/Makefile
+++ b/Makefile
@@ -92,6 +92,7 @@ Formula: paku.lock
public/debian: debian.sentinel
mkdir -p $(@D)
rsync -avzP --delete `$(MAKE) -s -f debian.mk public-dir`/ $@/
+ touch $@
public/paku.html: paku.lock
mkdir -p $(@D)