Sync these Makefiles to have one style of declarations and comments.

This commit is contained in:
Alexey Zelkin 2004-04-06 16:10:08 +00:00
parent d823d69c90
commit 6d048e2320
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20561
37 changed files with 184 additions and 168 deletions

View file

@ -1,9 +1,8 @@
#
# FreeBSD Documentation Project
# $FreeBSD$
#
# Makefile for "Java and FreeBSD First Steps"
# Author: Victoria Chan, Hiten Pandya
# Article: Java and Jakarta Tomcat on FreeBSD
MAINTAINER=vkchan@kendryl.net hiten@uk.FreeBSD.org
@ -14,9 +13,7 @@ FORMATS?= html
INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=
# SGML content
SRCS= article.sgml
SRCS= article.sgml
DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"