diff --git a/content-modules/semantic-conventions b/content-modules/semantic-conventions index 5df95bc5746..c6efa4b2b44 160000 --- a/content-modules/semantic-conventions +++ b/content-modules/semantic-conventions @@ -1 +1 @@ -Subproject commit 5df95bc57465c43143fbb0ca38114ca60ca54f01 +Subproject commit c6efa4b2b44f9950b332a46311834e23b85bf979 diff --git a/scripts/content-modules/cp-pages.sh b/scripts/content-modules/cp-pages.sh index 89630535c94..a0f7486b961 100755 --- a/scripts/content-modules/cp-pages.sh +++ b/scripts/content-modules/cp-pages.sh @@ -80,7 +80,6 @@ find $DEST/ -name "README.md" -exec sh -c 'f="{}"; mv -- "$f" "${f%README.md}_in # To exclude a file use, e.g.: -not -path '*/specification/_index.md' FILES=$(find $DEST -name "*.md") -$SCRIPT_DIR/normalize-titles.pl $FILES $SCRIPT_DIR/adjust-pages.pl $FILES echo "SEM CONV pages: copied and processed"