Skip to content

Commit

Permalink
Drop phony.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsbers committed Oct 3, 2022
1 parent 5b330f3 commit 68197ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 68197ee

Please sign in to comment.