From 738806709a9ae0c82a783759308017e5e35df09b Mon Sep 17 00:00:00 2001 From: Mix <32300164+mnixry@users.noreply.github.com> Date: Sun, 13 Apr 2025 18:41:58 +0800 Subject: [PATCH] fix Makefile.am syntax error on certain version of make --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index dffbb6b..8ed8f72 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,11 +21,9 @@ dist-hook: # -rm -f $(distdir)/libscws/version.h sync-web: - #unison ./web ssh://xunsearch/web/scws $(UNISON_OPT) rsync -avzp --delete ./web/* d10:/data/dockers/php-runner/www/xunsearch/web/scws dist-web: dist-bzip2 mv -f $(distdir).tar.bz2 web/down cd etc && tar czf ../web/down/rules.tgz *.ini make sync-web -