head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_6_3_0:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_2_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2004.01.26.18.20.06;	author ale;	state Exp;
branches;
next	1.2;

1.2
date	2003.03.19.19.13.21;	author trhodes;	state Exp;
branches;
next	1.1;

1.1
date	2003.03.19.18.46.41;	author trhodes;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- switch to my @@FreeBSD.org email address
- remove trailing ^M
- doc and www Italian updates
- add flyer

Approved by:	blackend (mentor)
@
text
@#
# $FreeBSD$
#
# Crea l'Introduzione a Unix.
#

MAINTAINER= ale@@FreeBSD.org

DOC?= book

FORMATS?= html-split

INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=

#
# SRCS lista i singoli files SGML che compongono il documento. Modifiche
# a qualunque di questi files obbligano la ricreazione
#

# Contenuto SGML
SRCS = book.sgml
SRCS+= bibliography/chapter.sgml
SRCS+= command-summary/chapter.sgml
SRCS+= commands/chapter.sgml
SRCS+= editors/chapter.sgml
SRCS+= getting-started/chapter.sgml
SRCS+= glossary/chapter.sgml
SRCS+= history/chapter.sgml
SRCS+= preface/chapter.sgml
SRCS+= shell-programming/chapter.sgml
SRCS+= shells/chapter.sgml
SRCS+= special-features/chapter.sgml
SRCS+= structure/chapter.sgml
SRCS+= system-resource/chapter.sgml
SRCS+= text-processing/chapter.sgml

# Entities
SRCS+= chapters.ent

DOC_PREFIX?= ${.CURDIR}/../../..

.include "${DOC_PREFIX}/share/mk/doc.project.mk"
@


1.2
log
@Makefile/ Build chapter.sgml not preface.sgml.
Add Makefiles so these chapters build.
@
text
@d7 1
a7 1
MAINTAINER= sysadmin@@alexdupre.com
d13 1
a13 1
INSTALL_COMPRESSED?=gz
@


1.1
log
@Add the Italian translated unix-introduction book.  These still need individual
Makefiles.

Submitted by:	Alex Dupre <sysadmin@@alexdupre.com>
@
text
@d30 1
a30 1
SRCS+= preface/preface.sgml
d43 1
a43 1
.include "${DOC_PREFIX}/share/mk/doc.project.mk"@

