Skip to content

Commit

Permalink
make: run AsciiDoc gen silently
Browse files Browse the repository at this point in the history
message `Generated uv.1` is output, anyways
  • Loading branch information
MartinPulec committed Nov 15, 2023
1 parent 90e4db3 commit 72ffd5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -572,11 +572,11 @@ doc:

uv.1: $(TARGET)
$(MKDIR_P) $(dir $@)
A2X=$(A2X) UV_PATH=bin $(srcdir)/data/make_man.sh uv
@A2X=$(A2X) UV_PATH=bin $(srcdir)/data/make_man.sh uv

hd-rum-transcode.1: $(REFLECTOR_TARGET)
$(MKDIR_P) $(dir $@)
A2X=$(A2X) UV_PATH=bin $(srcdir)/data/make_man.sh hd-rum-transcode
@A2X=$(A2X) UV_PATH=bin $(srcdir)/data/make_man.sh hd-rum-transcode

man: uv.1 hd-rum-transcode.1

Expand Down

0 comments on commit 72ffd5c

Please sign in to comment.