# Last edited on 2024-04-01 10:44:55 by stolfi

PROGS := \
  iso_to_html.gawk \
  iso_to_mac.gawk \
  iso_to_tex.gawk \
  iso_to_tt.gawk \
  iso_to_ttf.gawk \
  iso_to_url.gawk \
  mime_to_iso.gawk \
  tex_to_iso.gawk \
  tt_to_iso.gawk \
  tt_to_tex.gawk \
  url_to_iso.gawk \
  upAndLow_to_underscores.sed \
  tt_to_ascii.sed \
  hex_to_bin.sed \

LIBS := \
  iso_latin-1_codes.ps \
  postscript-codes.ps \
  decode_cvs_latin-1.gawk \
  koi8r_to_latin.gawk \

include ${STOLFIHOME}/programs/GENERIC-SCRIPTS.make
