Correction des éléments qui maintenaient une dépendance implicite à correct-json
This commit is contained in:
@ -16,6 +16,7 @@ ifdef JOURNAL
|
||||
FILTERS_FILE_FIRST = $(THIS_STYLE_DIR)/$(JOURNAL)_filters-first.txt
|
||||
FILTERS_LIST_FIRST != ./get-filters.sh $(FILTERS_FILE_FIRST)
|
||||
FILTERS_FILE_LAST = $(THIS_STYLE_DIR)/$(JOURNAL)_filters-last.txt
|
||||
FILTERS_LIST_LAST != ./get-filters.sh $(FILTERS_FILE_LAST)
|
||||
else
|
||||
DOC_DIR = ../Documentation
|
||||
DOC_FILE = $(DOC_DIR)/GUIDE_CSL-Clio
|
||||
|
@ -71,7 +71,7 @@ fi
|
||||
|
||||
refList="$(while read -r rawRef ; do
|
||||
echo @"$rawRef"
|
||||
done <<< $(grep -oE '"id": "[^"]+"' < "$BIBLIO_FILE" | cut -d '"' -f 4))"
|
||||
done <<< $(grep -oE '"note": "id: [^\\"]+' < "$BIBLIO_FILE" | cut -d ' ' -f 3))"
|
||||
|
||||
printMetadata
|
||||
printReferences "Première citation" "$refList"
|
||||
|
Reference in New Issue
Block a user