File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ DSTFILES := \
14
14
$(HTMLDIR ) /parser_standard_options.css \
15
15
$(HTMLDIR ) /parser_standard_options.js \
16
16
$(MDDIR ) /mkdocs.yml \
17
- $(MDDIR ) /gh-paths.yml \
18
17
$(MDDIR ) /source/grass_logo.png \
19
18
$(MDDIR ) /source/grassdocs.css \
20
19
$(MDDIR ) /scripts/hook_list_scripts.py \
@@ -266,21 +265,6 @@ $(MDDIR)/overrides/partials/actions.html: mkdocs/overrides/partials/actions.html
266
265
$(MDDIR ) /overrides/partials :
267
266
$(MKDIR ) $@
268
267
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
-
284
268
build-mkdocs :
285
269
@cd $(MDDIR ) ; SITE_NAME=" GRASS GIS $( GRASS_VERSION_NUMBER) Reference Manual" \
286
270
COPYRIGHT=" © 2003-$( GRASS_VERSION_DATE) GRASS Development Team, GRASS GIS $( GRASS_VERSION_NUMBER) Reference Manual" \
You can’t perform that action at this time.
0 commit comments