[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Testing Menu managers in Debian



Bill Allombert <allomber@math.u-bordeaux.fr> writes:
>
> Do you know a way to include a file with m4 as is (i.e. not being preprocessed) ?

Straight into the output,

	syscmd(`cat file')

But if it has to go into a diversion or a definition then the whole
contents would have to be quoted, probably with a changequote to
something unlikely,

	changequote([[[,]]])
	esyscmd([[[echo "[[["; cat file; echo "]]]"]]])


-- 
(Please Cc followups, I only normally read d-devel via the somewhat
unreliable mail->news gateway.)



Reply to: