doc/it_IT.ISO8859-15/books/unix-introduction/Makefile
Isabell Long 2be1e25fc2 Replace 'SGML' with 'XML' in Makefile code and comments. A consequence of
this was that 'SGMLFLAGS' had to be changed to 'XMLFLAGS' in
share/mk/doc.docbook.mk so that everything continued to build OK.

Approved by:	gabor (mentor)
2012-10-06 17:52:37 +00:00

43 lines
880 B
Makefile

#
# $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 XML che compongono il documento. Modifiche
# a qualunque di questi files obbligano la ricreazione
#
# Contenuto XML
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"