From d054a613946a2a89867505d20bd7d500d052b2d2 Mon Sep 17 00:00:00 2001 From: Patrick Dowler Date: Wed, 6 Dec 2023 12:49:23 -0800 Subject: [PATCH] fix Makefile dist target the sparse.c and sscan.c files are now committed in src dir --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 88c082b..e593d32 100644 --- a/Makefile +++ b/Makefile @@ -226,7 +226,7 @@ else @$(missing) flex $< $@ endif -dist : clean sparse.c sscan.c +dist : clean find . -name '*~' -type f -exec rm {} \; cd .. && tar --transform s/$(SRC_DIR)/pgsphere-$(PGSPHERE_VERSION)/ --exclude CVS --exclude .git -czf pgsphere-$(PGSPHERE_VERSION).tar.gz $(SRC_DIR) && cd -