%% Trevor Jenkins <[EMAIL PROTECTED]> writes:
tj> My problem comes that if I specify the required commands in the
tj> SUFFIX or implicit rules then the actual commands have no need of
tj> a command.
So? Sounds great! :)
tj> For example, I want
tj> html: ${SGMLDOC}
tj> # what goes here?
tj> pdf: ${XMLDOC}
tj> # and what goes here?
Maybe _nothing_ goes in either place. If there is no operation needed
to create a file named "html" or "pdf", then there is no need to write a
script. Not every target _has_ to have a script.
--
-------------------------------------------------------------------------------
Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at:
http://www.gnu.org http://www.paulandlesley.org/gmake/
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make