Remove docproj-primer from SUBDIR, add to DOCSUBDIR. Reorder DOCSUBDIR.
This commit is contained in:
parent
f19eb9dbc9
commit
e47a4061df
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4767
2 changed files with 8 additions and 6 deletions
|
@ -1,15 +1,16 @@
|
||||||
# $Id: Makefile,v 1.17 1999-04-26 21:45:30 nik Exp $
|
# $Id: Makefile,v 1.18 1999-04-27 18:33:23 nik Exp $
|
||||||
|
|
||||||
DOCS?= index.sgml
|
DOCS?= index.sgml
|
||||||
SUBDIR= devel
|
SUBDIR= devel
|
||||||
SUBDIR+= diskformat
|
SUBDIR+= diskformat
|
||||||
SUBDIR+= disklessx
|
SUBDIR+= disklessx
|
||||||
SUBDIR+= docproj-primer
|
|
||||||
SUBDIR+= fonts
|
SUBDIR+= fonts
|
||||||
SUBDIR+= mh
|
SUBDIR+= mh
|
||||||
SUBDIR+= multios
|
SUBDIR+= multios
|
||||||
SUBDIR+= newuser
|
SUBDIR+= newuser
|
||||||
DOCSUBDIR= ddwg ppp
|
DOCSUBDIR= docproj-primer
|
||||||
|
DOCSUBDIR+= ddwg
|
||||||
|
DOCSUBDIR+= ppp
|
||||||
SGMLOPTS+= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
|
SGMLOPTS+= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,16 @@
|
||||||
# $Id: Makefile,v 1.17 1999-04-26 21:45:30 nik Exp $
|
# $Id: Makefile,v 1.18 1999-04-27 18:33:23 nik Exp $
|
||||||
|
|
||||||
DOCS?= index.sgml
|
DOCS?= index.sgml
|
||||||
SUBDIR= devel
|
SUBDIR= devel
|
||||||
SUBDIR+= diskformat
|
SUBDIR+= diskformat
|
||||||
SUBDIR+= disklessx
|
SUBDIR+= disklessx
|
||||||
SUBDIR+= docproj-primer
|
|
||||||
SUBDIR+= fonts
|
SUBDIR+= fonts
|
||||||
SUBDIR+= mh
|
SUBDIR+= mh
|
||||||
SUBDIR+= multios
|
SUBDIR+= multios
|
||||||
SUBDIR+= newuser
|
SUBDIR+= newuser
|
||||||
DOCSUBDIR= ddwg ppp
|
DOCSUBDIR= docproj-primer
|
||||||
|
DOCSUBDIR+= ddwg
|
||||||
|
DOCSUBDIR+= 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