From 93dfdb33af8c197a1ce5bb94501d4117a58193b6 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Thu, 12 Sep 2019 15:50:08 -0700 Subject: [PATCH] Makefile: remove never-used "doc" target --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 357f5f3a..e8cc216b 100644 --- a/Makefile +++ b/Makefile @@ -77,8 +77,6 @@ $(FREEDOOM2): wadinfo_phase2.txt subdirs %.html: %.adoc TZ=UTC $(ASCIIDOC) $< -doc: $(patsubst %.adoc,%.html,$(wildcard *.adoc)) - COPYING.txt: COPYING.adoc unix2dos --add-bom --newfile $< $@