diff options
Diffstat (limited to 'bin/compile-notes')
-rwxr-xr-x | bin/compile-notes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/compile-notes b/bin/compile-notes index cfbbc3b..0523a71 100755 --- a/bin/compile-notes +++ b/bin/compile-notes @@ -35,6 +35,7 @@ cat _common.yml >> $OUTPUT.md ; echo "" >> $OUTPUT.md # Bibliography find -name _biblio.yml | while read file; do #cat $file >> $OUTPUT.md ; echo "" >> $OUTPUT.md + echo 'bibliography:' >> $OUTPUT.md grep -v '^bibliography:' $file >> $OUTPUT.md ; echo "" >> $OUTPUT.md done |