Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorng committed Aug 21, 2024
1 parent 974845a commit ad8d2ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make/doc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ endif
release_man_spec: man
ifneq ($(wildcard man1/*.1),)
$(INSTALL_DIR) "$(RELSYS_MANDIR)/man1"
$(INSTALL_DIR_DATA) "$(MANDIR)" "$(RELSYS_MANDIR)/man1"
$(INSTALL_DIR_DATA) "$(MAN1DIR)" "$(RELSYS_MANDIR)/man1"
endif

release_spec:
Expand Down
2 changes: 1 addition & 1 deletion make/otp.mk.in
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ EX_DOC = @EX_DOC@

DOCDIR=.
HTMLDIR = $(DOCDIR)/html
MANDIR = $(DOCDIR)/man1
MAN1DIR = $(DOCDIR)/man1
CHUNKSDIR = $(DOCDIR)/chunks

ifeq ($(HTMLLOGO),)
Expand Down

0 comments on commit ad8d2ef

Please sign in to comment.