Skip to content

Commit

Permalink
deploy: 66905aa
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Jan 25, 2024
1 parent 4070b03 commit 1f1a770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ $(srcdir)/maturity.json:
$(AM_V_GEN)$(GTCORE)/scripts/make-maturity.json.sh $(REPONAME) > $@

# Convert source filenames to extracted documentation filenames, VPATH safe:
# ../../../src/fst/stems/adverbs.lexc => src-fst-stems-adverbs.lexc.md
# ../../../src/fst/morphology/stems/adverbs.lexc => src-fst-morphology-stems-adverbs.lexc.md
define src2md
$(addsuffix .md,$(subst /,-,$(subst $(top_srcdir)/,,$(1))))
endef
Expand Down

0 comments on commit 1f1a770

Please sign in to comment.