From be5909a90694d15ccaa068b902b2bd4b1d93f362 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 30 Mar 2025 00:27:04 -0500 Subject: [PATCH] checkpoint --- Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Makefile b/Makefile index 1fd74910..e9df884c 100644 --- a/Makefile +++ b/Makefile @@ -210,15 +210,6 @@ uninstall-mount.mergerfs: uninstall-man: $(RM) -f "$(INSTALLMAN1DIR)/$(MANPAGE)" -$(MANPAGE): README.md -ifneq ($(shell $(PANDOC) --version 2> /dev/null),) - $(PANDOC) -s -t man -o "man/$(MANPAGE)" README.md -else - $(warning "pandoc does not appear available: unable to build manpage") -endif - -man: $(MANPAGE) - .PHONY: tarball tarball: man changelog version $(eval VERSION := $(shell cat VERSION))