Skip to content

Commit

Permalink
move mkdocs from doc/ to man/
Browse files Browse the repository at this point in the history
  • Loading branch information
landam committed Jun 16, 2024
1 parent f725352 commit bbbeee2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 1 addition & 5 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@ include $(MODULE_TOPDIR)/include/Make/Other.make

FILES := $(wildcard *.html)

default: $(patsubst %,$(HTMLDIR)/%,$(FILES)) mkdocs

mkdocs:
$(INSTALL_DATA) mkdocs.yml $(MDDIR)/
@cd $(MDDIR) ; mkdocs build
default: $(patsubst %,$(HTMLDIR)/%,$(FILES))
5 changes: 5 additions & 0 deletions man/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ default: $(DSTFILES)
$(MAKE) $(INDICES)
$(call build,check)
$(MAKE) manpages
$(MAKE) mkdocs

# This must be a separate target so that evaluation of $(MANPAGES)
# is delayed until the indices have been generated
Expand Down Expand Up @@ -167,3 +168,7 @@ $(HTMLDIR)/parser_standard_options.js: parser_standard_options.js

$(HTMLDIR)/parser_standard_options.css: parser_standard_options.css
$(INSTALL_DATA) $< $@

mkdocs:
$(INSTALL_DATA) mkdocs.yml $(MDDIR)/
@cd $(MDDIR) ; mkdocs build
File renamed without changes.

0 comments on commit bbbeee2

Please sign in to comment.