customcommander/citegen

Is index.js.awk actually needed or useful?

customcommander opened this issue · 0 comments

In the csl-lib package we use index.js.awk to generate index.js which expose some modules. The idea was to automatically export all rendering elements functions as soon as they are created.

It seems obvious now that it is as easy (and perhaps simpler) to edit index.js directly than maintaining a script that keeps that file up to date.

  • delete index.js.awk
  • remove it from the Makefile and/or build process