aboutsummaryrefslogtreecommitdiff
path: root/it_IT.ISO8859-15/books/unix-introduction/Makefile
blob: 1aa021cfad11516305edeb50be2cbe098393eabd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#
# $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.xml
SRCS+= bibliography/chapter.xml
SRCS+= command-summary/chapter.xml
SRCS+= commands/chapter.xml
SRCS+= editors/chapter.xml
SRCS+= getting-started/chapter.xml
SRCS+= glossary/chapter.xml
SRCS+= history/chapter.xml
SRCS+= preface/chapter.xml
SRCS+= shell-programming/chapter.xml
SRCS+= shells/chapter.xml
SRCS+= special-features/chapter.xml
SRCS+= structure/chapter.xml
SRCS+= system-resource/chapter.xml
SRCS+= text-processing/chapter.xml

# Entities
SRCS+= chapters.ent

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

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