Skip to content

Commit

Permalink
docs: Added command to serve mkdocs locally (#5089)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwhite911 authored Feb 12, 2025
1 parent 6e44916 commit 6c2a040
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions man/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -258,3 +258,8 @@ build-mkdocs:
@cd $(MDDIR) ; SITE_NAME="GRASS GIS $(GRASS_VERSION_NUMBER) Reference Manual" \
COPYRIGHT="© 2003-$(GRASS_VERSION_DATE) GRASS Development Team, GRASS GIS $(GRASS_VERSION_NUMBER) Reference Manual" \
mkdocs build

serve-mkdocs:
@cd $(MDDIR) ; SITE_NAME="GRASS GIS $(GRASS_VERSION_NUMBER) Reference Manual" \
COPYRIGHT="© 2003-$(GRASS_VERSION_DATE) GRASS Development Team, GRASS GIS $(GRASS_VERSION_NUMBER) Reference Manual" \
mkdocs serve

0 comments on commit 6c2a040

Please sign in to comment.