diff options
Diffstat (limited to 'bin/compile-notes')
-rwxr-xr-x | bin/compile-notes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/compile-notes b/bin/compile-notes index 6da65dd..075e566 100755 --- a/bin/compile-notes +++ b/bin/compile-notes @@ -33,7 +33,8 @@ cat _notes.yml >> $OUTPUT.md ; echo "" >> $OUTPUT.md cat _common.yml >> $OUTPUT.md ; echo "" >> $OUTPUT.md # Bibliography -$BASEDIR/bin/biblio-yml > _biblio.yml +$BASEDIR/bin/biblio-yml > _biblio.yml +cat _biblio.yml >> $OUTPUT.md # YAML headers for file in $BASEDIR/$STRUCTURE/00*.yml; do |