Skip to content

Commit

Permalink
doc -> docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmk-foofus committed Mar 31, 2024
1 parent de39282 commit 693cb3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = gnu

SUBDIRS = src

man_MANS = doc/medusa.1
man_MANS = docs/medusa.1

EXTRA_DIST_HTML != ls $(srcdir)/doc/*.html
EXTRA_DIST = doc/medusa.1 $(EXTRA_DIST_HTML) misc/net-analyzer/medusa-2.2.ebuild misc/zsh/_medusa
EXTRA_DIST_HTML != ls $(srcdir)/docs/*.html
EXTRA_DIST = docs/medusa.1 $(EXTRA_DIST_HTML) misc/net-analyzer/medusa-2.2.ebuild misc/zsh/_medusa
6 changes: 3 additions & 3 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = gnu
SUBDIRS = src
man_MANS = doc/medusa.1
EXTRA_DIST = doc/medusa.1 $(EXTRA_DIST_HTML) misc/net-analyzer/medusa-2.2.ebuild misc/zsh/_medusa
man_MANS = docs/medusa.1
EXTRA_DIST = docs/medusa.1 $(EXTRA_DIST_HTML) misc/net-analyzer/medusa-2.2.ebuild misc/zsh/_medusa
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive

Expand Down Expand Up @@ -868,7 +868,7 @@ uninstall-man: uninstall-man1
.PRECIOUS: Makefile


EXTRA_DIST_HTML != ls $(srcdir)/doc/*.html
EXTRA_DIST_HTML != ls $(srcdir)/docs/*.html

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
Expand Down

0 comments on commit 693cb3a

Please sign in to comment.