aboutsummaryrefslogtreecommitdiff
path: root/v2/src/bin/makemake
diff options
context:
space:
mode:
Diffstat (limited to 'v2/src/bin/makemake')
-rwxr-xr-xv2/src/bin/makemake3
1 files changed, 2 insertions, 1 deletions
diff --git a/v2/src/bin/makemake b/v2/src/bin/makemake
index 22e92c9..c6e3407 100755
--- a/v2/src/bin/makemake
+++ b/v2/src/bin/makemake
@@ -71,6 +71,7 @@ EXTENSIONS='
.html
.snippets
.htmlbody
+.mapentry
'
COLL_EXTENSIONS='
@@ -119,7 +120,7 @@ for lang in $(langs); do
exts | sed "s|^\(.*\)\$|$c.$lang\1 = \$($c.$lang.md:.md=\1)|"
exts | sed "s|^\(.*\)\$|\$($c.$lang\1)|" | varlist "$c.$lang"
- mds | sed 's/^\(.*\)\.md$/\1.conf \1.content: \1.md/'
+ mds | sed 's/^\(.*\)\.md$/\1.mapentry \1.conf \1.content: \1.md/'
mds | sed 's/^\(.*\)\.md$/\1.categoryentry \1.indexentry \1.html: \1.conf \1.content/'
mds | sed 's/^\(.*\)\.md$/\1.snippets \1.htmlbody: \1.html/'
if [ "$c" = 'pages' ]; then