Skip to content

Commit

Permalink
Remove NITROCLI_HTML reference from the Makefile
Browse files Browse the repository at this point in the history
While we initially worked on it, we never rolled out support for
generating an HTML page of the man page. Yet, we do have a remnant from
that work in the Makefile: a reference to NITROCLI_HTML variable. This
change this reference.
  • Loading branch information
d-e-s-o committed Apr 18, 2021
1 parent de1c166 commit 483c274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Makefile

# Copyright (C) 2017-2019 The Nitrocli Developers
# Copyright (C) 2017-2021 The Nitrocli Developers
# SPDX-License-Identifier: GPL-3.0-or-later

SHELL := bash
Expand All @@ -11,7 +11,7 @@ NITROCLI_MAN := doc/nitrocli.1
NITROCLI_PDF := $(addsuffix .pdf,$(NITROCLI_MAN))

.PHONY: doc
doc: $(NITROCLI_PDF) $(NITROCLI_HTML)
doc: $(NITROCLI_PDF)

# We assume and do not check existence of man, which, false, and echo
# commands.
Expand Down

0 comments on commit 483c274

Please sign in to comment.