Makefile/ Build chapter.sgml not preface.sgml.
Add Makefiles so these chapters build.
This commit is contained in:
parent
7ddf4cfda0
commit
d37d51bcef
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16304
15 changed files with 324 additions and 2 deletions
|
@ -27,7 +27,7 @@ SRCS+= editors/chapter.sgml
|
|||
SRCS+= getting-started/chapter.sgml
|
||||
SRCS+= glossary/chapter.sgml
|
||||
SRCS+= history/chapter.sgml
|
||||
SRCS+= preface/preface.sgml
|
||||
SRCS+= preface/chapter.sgml
|
||||
SRCS+= shell-programming/chapter.sgml
|
||||
SRCS+= shells/chapter.sgml
|
||||
SRCS+= special-features/chapter.sgml
|
||||
|
@ -40,4 +40,4 @@ SRCS+= chapters.ent
|
|||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
#
|
||||
|
||||
DOC?= book
|
||||
|
||||
FORMATS?= html
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
#
|
||||
# SRCS lists the individual SGML files that make up the document. Changes
|
||||
# to any of these files will force a rebuild
|
||||
#
|
||||
|
||||
# SGML content
|
||||
SRCS= chapter.sgml
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
|
@ -0,0 +1,23 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
#
|
||||
|
||||
DOC?= book
|
||||
|
||||
FORMATS?= html
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
#
|
||||
# SRCS lists the individual SGML files that make up the document. Changes
|
||||
# to any of these files will force a rebuild
|
||||
#
|
||||
|
||||
# SGML content
|
||||
SRCS= chapter.sgml
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
23
it_IT.ISO8859-15/books/unix-introduction/commands/Makefile
Normal file
23
it_IT.ISO8859-15/books/unix-introduction/commands/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
#
|
||||
|
||||
DOC?= book
|
||||
|
||||
FORMATS?= html
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
#
|
||||
# SRCS lists the individual SGML files that make up the document. Changes
|
||||
# to any of these files will force a rebuild
|
||||
#
|
||||
|
||||
# SGML content
|
||||
SRCS= chapter.sgml
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
23
it_IT.ISO8859-15/books/unix-introduction/editors/Makefile
Normal file
23
it_IT.ISO8859-15/books/unix-introduction/editors/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
#
|
||||
|
||||
DOC?= book
|
||||
|
||||
FORMATS?= html
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
#
|
||||
# SRCS lists the individual SGML files that make up the document. Changes
|
||||
# to any of these files will force a rebuild
|
||||
#
|
||||
|
||||
# SGML content
|
||||
SRCS= chapter.sgml
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
|
@ -0,0 +1,23 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
#
|
||||
|
||||
DOC?= book
|
||||
|
||||
FORMATS?= html
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
#
|
||||
# SRCS lists the individual SGML files that make up the document. Changes
|
||||
# to any of these files will force a rebuild
|
||||
#
|
||||
|
||||
# SGML content
|
||||
SRCS= chapter.sgml
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
23
it_IT.ISO8859-15/books/unix-introduction/glossary/Makefile
Normal file
23
it_IT.ISO8859-15/books/unix-introduction/glossary/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
#
|
||||
|
||||
DOC?= book
|
||||
|
||||
FORMATS?= html
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
#
|
||||
# SRCS lists the individual SGML files that make up the document. Changes
|
||||
# to any of these files will force a rebuild
|
||||
#
|
||||
|
||||
# SGML content
|
||||
SRCS= chapter.sgml
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
23
it_IT.ISO8859-15/books/unix-introduction/history/Makefile
Normal file
23
it_IT.ISO8859-15/books/unix-introduction/history/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
#
|
||||
|
||||
DOC?= book
|
||||
|
||||
FORMATS?= html
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
#
|
||||
# SRCS lists the individual SGML files that make up the document. Changes
|
||||
# to any of these files will force a rebuild
|
||||
#
|
||||
|
||||
# SGML content
|
||||
SRCS= chapter.sgml
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
23
it_IT.ISO8859-15/books/unix-introduction/preface/Makefile
Normal file
23
it_IT.ISO8859-15/books/unix-introduction/preface/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
#
|
||||
|
||||
DOC?= book
|
||||
|
||||
FORMATS?= html
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
#
|
||||
# SRCS lists the individual SGML files that make up the document. Changes
|
||||
# to any of these files will force a rebuild
|
||||
#
|
||||
|
||||
# SGML content
|
||||
SRCS= chapter.sgml
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
|
@ -0,0 +1,23 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
#
|
||||
|
||||
DOC?= book
|
||||
|
||||
FORMATS?= html
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
#
|
||||
# SRCS lists the individual SGML files that make up the document. Changes
|
||||
# to any of these files will force a rebuild
|
||||
#
|
||||
|
||||
# SGML content
|
||||
SRCS= chapter.sgml
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
23
it_IT.ISO8859-15/books/unix-introduction/shells/Makefile
Normal file
23
it_IT.ISO8859-15/books/unix-introduction/shells/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
#
|
||||
|
||||
DOC?= book
|
||||
|
||||
FORMATS?= html
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
#
|
||||
# SRCS lists the individual SGML files that make up the document. Changes
|
||||
# to any of these files will force a rebuild
|
||||
#
|
||||
|
||||
# SGML content
|
||||
SRCS= chapter.sgml
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
|
@ -0,0 +1,23 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
#
|
||||
|
||||
DOC?= book
|
||||
|
||||
FORMATS?= html
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
#
|
||||
# SRCS lists the individual SGML files that make up the document. Changes
|
||||
# to any of these files will force a rebuild
|
||||
#
|
||||
|
||||
# SGML content
|
||||
SRCS= chapter.sgml
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
23
it_IT.ISO8859-15/books/unix-introduction/structure/Makefile
Normal file
23
it_IT.ISO8859-15/books/unix-introduction/structure/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
#
|
||||
|
||||
DOC?= book
|
||||
|
||||
FORMATS?= html
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
#
|
||||
# SRCS lists the individual SGML files that make up the document. Changes
|
||||
# to any of these files will force a rebuild
|
||||
#
|
||||
|
||||
# SGML content
|
||||
SRCS= chapter.sgml
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
|
@ -0,0 +1,23 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
#
|
||||
|
||||
DOC?= book
|
||||
|
||||
FORMATS?= html
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
#
|
||||
# SRCS lists the individual SGML files that make up the document. Changes
|
||||
# to any of these files will force a rebuild
|
||||
#
|
||||
|
||||
# SGML content
|
||||
SRCS= chapter.sgml
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
|
@ -0,0 +1,23 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
#
|
||||
|
||||
DOC?= book
|
||||
|
||||
FORMATS?= html
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
#
|
||||
# SRCS lists the individual SGML files that make up the document. Changes
|
||||
# to any of these files will force a rebuild
|
||||
#
|
||||
|
||||
# SGML content
|
||||
SRCS= chapter.sgml
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
Loading…
Reference in a new issue