Skip to content

Commit ebd8304

Browse files
author
Corey White
committed
Removed old gh-list macro
1 parent 2d4b825 commit ebd8304

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

man/Makefile

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ DSTFILES := \
1414
$(HTMLDIR)/parser_standard_options.css \
1515
$(HTMLDIR)/parser_standard_options.js \
1616
$(MDDIR)/mkdocs.yml \
17-
$(MDDIR)/gh-paths.yml \
1817
$(MDDIR)/source/grass_logo.png \
1918
$(MDDIR)/source/grassdocs.css \
2019
$(MDDIR)/scripts/hook_list_scripts.py \
@@ -266,21 +265,6 @@ $(MDDIR)/overrides/partials/actions.html: mkdocs/overrides/partials/actions.html
266265
$(MDDIR)/overrides/partials:
267266
$(MKDIR) $@
268267

269-
# Get all Markdown files from the scripts directory
270-
MDPATHS := $(wildcard $(MODULE_TOPDIR)/scripts/**/*.md)
271-
272-
# Generate the YAML file listing the Markdown files
273-
$(MDDIR)/gh-paths.yml: | $(MDDIR)
274-
@echo "scripts_tools:" > $@
275-
@for file in $(MDPATHS); do \
276-
echo " - $$file" >> $@; \
277-
done
278-
279-
# Target to list the YAML file contents
280-
list-md-files: $(MDDIR)/gh-paths.yml
281-
@echo "Generated YAML file: $(MDDIR)/gh-paths.yml"
282-
@cat $(MDDIR)/gh-paths.yml
283-
284268
build-mkdocs:
285269
@cd $(MDDIR) ; SITE_NAME="GRASS GIS $(GRASS_VERSION_NUMBER) Reference Manual" \
286270
COPYRIGHT="© 2003-$(GRASS_VERSION_DATE) GRASS Development Team, GRASS GIS $(GRASS_VERSION_NUMBER) Reference Manual" \

0 commit comments

Comments
 (0)