Skip to content

Commit

Permalink
fixup! Rename dll from cygwin to msys
Browse files Browse the repository at this point in the history
Rename the docs installation dir back. There are various other things
called cygwin, so this doesn't add much.
  • Loading branch information
lazka committed Jul 9, 2024
1 parent 38020a7 commit 445e3ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion winsup/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# This makefile requires GNU make.

cygdocdir = $(datarootdir)/doc/Msys
cygdocdir = $(datarootdir)/doc/Cygwin

cygdoc_DATA = \
CYGWIN_LICENSE \
Expand Down
2 changes: 1 addition & 1 deletion winsup/cygserver/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ libcygserver_a_SOURCES = \

libcygserver_a_CXXFLAGS = $(cygserver_flags)

cygdocdir = $(datarootdir)/doc/Msys
cygdocdir = $(datarootdir)/doc/Cygwin

install-data-local:
@$(MKDIR_P) $(DESTDIR)$(cygdocdir)
Expand Down

0 comments on commit 445e3ed

Please sign in to comment.