Makefile: remove never-used "doc" target

This commit is contained in:
Mike Swanson 2019-09-12 15:50:08 -07:00
parent 24091111fd
commit 93dfdb33af

View file

@ -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 $< $@