summary refs log tree commit diff
path: root/pkgs/misc/tex/nix/find-lhs2tex-includes.sh
blob: 2dc12aa517a746026bea22c5aac6d418ef4e780d (plain) (blame)
1
2
3
echo '[' > $out
grep '^%include ' $src | cut -d ' ' -f 2 | sed 's/^\(.*\)$/"\1"/' >> $out
echo ']' >> $out