Cosmetic changes (spaces, tabs comments).
This commit is contained in:
parent
a9b00080e1
commit
5b019643ad
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5523
1 changed files with 4 additions and 12 deletions
10
ja/Makefile
10
ja/Makefile
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.32 1999-04-14 22:02:14 kuriyama Exp $
|
# $Id: Makefile,v 1.33 1999-09-04 07:22:21 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.48
|
# Original revision: 1.48
|
||||||
|
|
||||||
|
@ -33,9 +33,7 @@ CLEANFILES+=atoz.sgml site.sgml
|
||||||
DATA= index.html
|
DATA= index.html
|
||||||
|
|
||||||
# Subdirectories
|
# Subdirectories
|
||||||
|
|
||||||
# SGML
|
# SGML
|
||||||
|
|
||||||
SUBDIR= security
|
SUBDIR= security
|
||||||
SUBDIR+= commercial
|
SUBDIR+= commercial
|
||||||
SUBDIR+= docproj
|
SUBDIR+= docproj
|
||||||
|
@ -50,7 +48,6 @@ SUBDIR+= projects
|
||||||
SUBDIR+= releases
|
SUBDIR+= releases
|
||||||
|
|
||||||
# Japanese only.
|
# Japanese only.
|
||||||
|
|
||||||
SUBDIR+= java
|
SUBDIR+= java
|
||||||
|
|
||||||
# Non-SGML
|
# Non-SGML
|
||||||
|
@ -63,13 +60,8 @@ SUBDIR+= java
|
||||||
|
|
||||||
DOCSUBDIR= FAQ handbook
|
DOCSUBDIR= FAQ handbook
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# Subdirectories that have linuxdoc docs and makefiles that use
|
|
||||||
# <bsd.sgml.mk>.
|
|
||||||
|
|
||||||
SGMLOPTS= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr -e EUC-JP
|
SGMLOPTS= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr -e EUC-JP
|
||||||
|
|
||||||
|
|
||||||
WEBDIR= data/ja
|
WEBDIR= data/ja
|
||||||
|
|
||||||
.include "../web.mk"
|
.include "../web.mk"
|
||||||
|
|
Loading…
Reference in a new issue