From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/images/imgeom/imgeom.hd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pkg/images/imgeom/imgeom.hd (limited to 'pkg/images/imgeom/imgeom.hd') diff --git a/pkg/images/imgeom/imgeom.hd b/pkg/images/imgeom/imgeom.hd new file mode 100644 index 00000000..c9ed726a --- /dev/null +++ b/pkg/images/imgeom/imgeom.hd @@ -0,0 +1,16 @@ +# Help directory for the IMGEOM package + +$doc = "images$imgeom/doc/" +$src = "images$imgeom/src/" + +blkavg hlp=doc$blkavg.hlp, src=src$t_blkavg.x +blkrep hlp=doc$blkrep.hlp, src=src$t_blkrep.x +imlintran hlp=doc$imlintran.hlp, src=imgeom$imlintran.cl +imshift hlp=doc$imshift.hlp, src=src$t_imshift.x +imtranspose hlp=doc$imtrans.hlp, src=src$t_imtrans.x +im3dtran hlp=doc$im3dtran.hlp, src=src$t_im3dtran.x +magnify hlp=doc$magnify.hlp, src=src$t_magnify.x +rotate hlp=doc$rotate.hlp, src=imgeom$rotate.cl +shiftlines hlp=doc$shiftlines.hlp, src=src$t_shiftlines.x +revisions sys=Revisions + -- cgit