From ef4c089d4f64307e48b3810830c2559830ebf8e2 Mon Sep 17 00:00:00 2001 From: Louie S Date: Fri, 19 Jan 2024 15:27:06 -0500 Subject: Add conditional to avoid error when MANUAL_URL is unset Change pup link to upstream URL (instead of debian page) Change pup link to upstream URL (instead of debian page) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9339745..9559806 100644 --- a/Makefile +++ b/Makefile @@ -52,8 +52,10 @@ tmp: $(ARCHIVE_FILE): $(DOCSET) tar --exclude='.DS_Store' -czf $@ $(DOCSET_DIR) +ifdef MANUAL_URL $(MANUAL_FILE): tmp curl -o $@ $(MANUAL_URL) +endif $(DOCSET_DIR): mkdir -p $@ -- cgit