doc/en_US.ISO_8859-1/tutorials/Makefile
Paul Richards f1946547fb Allow DOCS and SUBDIR to be overriden (same fix for building from
new structure as was done for the releases).
1997-05-18 22:39:23 +00:00

9 lines
152 B
Makefile

DOCS?= index.sgml
SUBDIR= devel disklessx fonts mh multios newuser
DOCSUBDIR= ddwg ppp
.if defined $(NEW_BUILD)
SUBDIR=
.endif
.include "../web.mk"