[Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv Makefile

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Wed, 20 Jan 1999 12:26:58 -0500


Update of /projects/cvsroot/python/dist/src/Doc/tools/sgmlconv
In directory weyr:/home/fdrake/projects/python/Doc/tools/sgmlconv

Modified Files:
	Makefile 
Log Message:

Modified the "sgml" and "xml" targets to stop if the sub-makes fail in 
any subdirectory; don't continue with remaining subdirs.

Added "api", "ext", "lib", "mac", "ref", and "tut" targets to only do
submakes in those directories.  This is just a lot easier to use than
to cd into the subdir and use make.rules directly.