From 68197ee0c5b81ce86f83c9381d1e73317486d0e9 Mon Sep 17 00:00:00 2001 From: Bert Gijsbers Date: Mon, 3 Oct 2022 16:39:40 +0200 Subject: [PATCH] Drop phony. --- doc/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index a6ed8e9f..86becca3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -11,7 +11,6 @@ doc_DATA = $(html_documentation) mark_input = $(srcdir)/icewm.md adoc_input = $(srcdir)/icewm.adoc -.PHONY: $(html_documentation) $(html_documentation): $(AM_V_GEN)if test -x "`which $(MARKDOWN) 2>/dev/null`"; then \ if test $(mark_input) -nt $(html_documentation); then \