Hi,

I want to define text in the Makefile which goes verbatim
into a file, something like

define README
This is readme file.

please *do* read me.
endef

target/readme:
        @echo "$(README)" >$@

This of course doesn't work, but is there an equivalent which
is similarly easy to use?


Best regards

  -- Dago


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to