(new) -> 1.8 fonts/Makefile (new) -> 1.16 fonts/article.sgml Submitted by: Shun SUZUKI <si006@ccm.gs.niigata-u.ac.jp> References: [doc-jp 8428] - Catch up with the English version: 1.24 -> 1.37 contributors/article.sgml - Add NO_TIDY flag to zip-drive/Makefile forgotten in the previous commit.
30 lines
629 B
Makefile
30 lines
629 B
Makefile
# $FreeBSD$
|
|
# Original revision: 1.18
|
|
|
|
#SUBDIR = committers-guide
|
|
#SUBDIR+= console-server
|
|
SUBDIR = contributors
|
|
SUBDIR+= dialup-firewall
|
|
SUBDIR+= diskless-x
|
|
#SUBDIR+= explaining-bsd
|
|
#SUBDIR+= filtering-bridges
|
|
#SUBDIR+= freebsd-questions
|
|
SUBDIR+= fonts
|
|
#SUBDIR+= formatting-media
|
|
SUBDIR+= ipsec-must
|
|
#SUBDIR+= laptop
|
|
#SUBDIR+= mh
|
|
SUBDIR+= multi-os
|
|
#SUBDIR+= new-users
|
|
#SUBDIR+= programming-tools
|
|
#SUBDIR+= pxe
|
|
#SUBDIR+= serial-uart
|
|
#SUBDIR+= solid-state
|
|
#SUBDIR+= storage-devices
|
|
#SUBDIR+= vm-design
|
|
SUBDIR+= zip-drive
|
|
|
|
# ROOT_SYMLINKS+= new-users
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|