Added docproj-primer to the SUBDIR list. Reformatted the SUBDIR list.
This commit is contained in:
parent
03e32648ec
commit
9095ae5051
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4757
2 changed files with 18 additions and 4 deletions
|
@ -1,7 +1,14 @@
|
||||||
# $Id: Makefile,v 1.16 1998-08-04 14:24:23 wosch Exp $
|
# $Id: Makefile,v 1.17 1999-04-26 21:45:30 nik Exp $
|
||||||
|
|
||||||
DOCS?= index.sgml
|
DOCS?= index.sgml
|
||||||
SUBDIR= devel diskformat disklessx fonts mh multios newuser
|
SUBDIR= devel
|
||||||
|
SUBDIR+= diskformat
|
||||||
|
SUBDIR+= disklessx
|
||||||
|
SUBDIR+= docproj-primer
|
||||||
|
SUBDIR+= fonts
|
||||||
|
SUBDIR+= mh
|
||||||
|
SUBDIR+= multios
|
||||||
|
SUBDIR+= newuser
|
||||||
DOCSUBDIR= ddwg ppp
|
DOCSUBDIR= ddwg ppp
|
||||||
SGMLOPTS+= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
|
SGMLOPTS+= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,14 @@
|
||||||
# $Id: Makefile,v 1.16 1998-08-04 14:24:23 wosch Exp $
|
# $Id: Makefile,v 1.17 1999-04-26 21:45:30 nik Exp $
|
||||||
|
|
||||||
DOCS?= index.sgml
|
DOCS?= index.sgml
|
||||||
SUBDIR= devel diskformat disklessx fonts mh multios newuser
|
SUBDIR= devel
|
||||||
|
SUBDIR+= diskformat
|
||||||
|
SUBDIR+= disklessx
|
||||||
|
SUBDIR+= docproj-primer
|
||||||
|
SUBDIR+= fonts
|
||||||
|
SUBDIR+= mh
|
||||||
|
SUBDIR+= multios
|
||||||
|
SUBDIR+= newuser
|
||||||
DOCSUBDIR= ddwg ppp
|
DOCSUBDIR= ddwg ppp
|
||||||
SGMLOPTS+= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
|
SGMLOPTS+= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue