diff options
Diffstat (limited to 'bin/compile-notes')
-rwxr-xr-x | bin/compile-notes | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/compile-notes b/bin/compile-notes index 910e180..6da65dd 100755 --- a/bin/compile-notes +++ b/bin/compile-notes @@ -33,11 +33,7 @@ cat _notes.yml >> $OUTPUT.md ; echo "" >> $OUTPUT.md cat _common.yml >> $OUTPUT.md ; echo "" >> $OUTPUT.md # Bibliography -echo 'bibliography:' >> $OUTPUT.md -find -name _biblio.yml | while read file; do - #cat $file >> $OUTPUT.md ; echo "" >> $OUTPUT.md - grep -v '^bibliography:' $file >> $OUTPUT.md ; echo "" >> $OUTPUT.md -done +$BASEDIR/bin/biblio-yml > _biblio.yml # YAML headers for file in $BASEDIR/$STRUCTURE/00*.yml; do |