'include' now fails if there is no file; 'softinclude' isn't
[k8jam.git] / Jamfile
blobe7ba437ef572024dfe10e9a3570214f243bee404
1 # Jamfile to build Jam (a make(1)-like program)
2 # There are no user-serviceable parts in this file.
3 SubDir TOP ;
6 SubInclude TOP src ;
7 # for installing
8 if $(UNIX) {
9   SubInclude TOP doc ;