# # $FreeBSD$ # # Build the FreeBSD Handbook (Brazilian Portuguese). # # The FreeBSD Documentation Project # The FreeBSD Brazilian Portuguese Documentation Project # # Original revision: 1.53 # # ------------------------------------------------------------------------ # # Handbook-specific variables # # WITH_PGPKEYS The print version of the handbook only prints PGP # fingerprints by default. If you would like for the # entire key to be displayed, then set this variable. # This option has no affect on the HTML formats. # # Handbook-specific targets # # pgpkeyring This target will read the contents of # pgpkeys/chapter.xml and will extract all of # the pgpkeys to standard out. This output can then # be redirected into a file and distributed as a # public keyring of FreeBSD developers that can # easily be imported into PGP/GPG. # # ------------------------------------------------------------------------ MAINTAINER=lioux@FreeBSD.org DOC?= book FORMATS?= html-split INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= #IMAGES = advanced-networking/isdn-bus.eps #IMAGES+= advanced-networking/isdn-twisted-pair.eps #IMAGES+= advanced-networking/natd.eps #IMAGES+= install/userconfig.scr #IMAGES+= install/userconfig2.scr #IMAGES+= install/hdwrconf.scr #IMAGES+= install/probstart.scr #IMAGES+= install/main1.scr #IMAGES+= install/sysinstall-exit.scr #IMAGES+= install/main-doc.scr #IMAGES+= install/docmenu1.scr #IMAGES+= install/main-keymap.scr #IMAGES+= install/keymap.scr #IMAGES+= install/main-options.scr #IMAGES+= install/options.scr #IMAGES+= install/main-std.scr #IMAGES+= install/fdisk-drive1.scr #IMAGES+= install/fdisk-edit1.scr #IMAGES+= install/fdisk-edit2.scr #IMAGES+= install/boot-mgr.scr #IMAGES+= install/fdisk-drive2.scr #IMAGES+= install/disklabel-ed1.scr #IMAGES+= install/disklabel-auto.scr #IMAGES+= install/disklabel-root1.scr #IMAGES+= install/disklabel-root2.scr #IMAGES+= install/disklabel-fs.scr #IMAGES+= install/disklabel-root3.scr #IMAGES+= install/disklabel-ed2.scr #IMAGES+= install/dist-set.scr #IMAGES+= install/dist-set2.scr #IMAGES+= install/media.scr #IMAGES+= install/ed0-conf.scr #IMAGES+= install/ed0-conf2.scr #IMAGES+= install/ftp-anon1.scr #IMAGES+= install/ftp-anon2.scr #IMAGES+= install/nfs-server-edit.scr #IMAGES+= install/security.scr #IMAGES+= install/console-saver1.scr #IMAGES+= install/console-saver2.scr #IMAGES+= install/console-saver3.scr #IMAGES+= install/console-saver4.scr #IMAGES+= install/timezone1.scr #IMAGES+= install/timezone2.scr #IMAGES+= install/timezone3.scr #IMAGES+= install/mouse1.scr #IMAGES+= install/mouse2.scr #IMAGES+= install/mouse3.scr #IMAGES+= install/mouse4.scr #IMAGES+= install/mouse5.scr #IMAGES+= install/mouse6.scr #IMAGES+= install/xf86setup.scr #IMAGES+= install/desktop.scr #IMAGES+= install/pkg-cat.scr #IMAGES+= install/pkg-sel.scr #IMAGES+= install/pkg-install.scr #IMAGES+= install/pkg-confirm.scr #IMAGES+= install/adduser1.scr #IMAGES+= install/adduser2.scr #IMAGES+= install/adduser3.scr #IMAGES+= install/mainexit.scr #IMAGES+= install/disk-layout.eps #IMAGES+= install/edit-inetd-conf.scr # Images from the cross-document image library #IMAGES_LIB= callouts/1.png #IMAGES_LIB+= callouts/2.png #IMAGES_LIB+= callouts/3.png #IMAGES_LIB+= callouts/4.png #IMAGES_LIB+= callouts/5.png # # SRCS lists the individual XML files that make up the document. Changes # to any of these files will force a rebuild # # XML content SRCS= book.xml SRCS+= advanced-networking/chapter.xml SRCS+= basics/chapter.xml SRCS+= bibliography/chapter.xml SRCS+= config/chapter.xml SRCS+= boot/chapter.xml SRCS+= cutting-edge/chapter.xml SRCS+= disks/chapter.xml SRCS+= eresources/chapter.xml SRCS+= install/chapter.xml SRCS+= introduction/chapter.xml SRCS+= kernelconfig/chapter.xml SRCS+= l10n/chapter.xml SRCS+= linuxemu/chapter.xml SRCS+= mail/chapter.xml SRCS+= mirrors/chapter.xml SRCS+= pgpkeys/chapter.xml SRCS+= ppp-and-slip/chapter.xml SRCS+= printing/chapter.xml SRCS+= security/chapter.xml SRCS+= serialcomms/chapter.xml SRCS+= users/chapter.xml SRCS+= x11/chapter.xml SRCS+= ports/chapter.xml SRCS+= preface/preface.xml SRCS+= colophon.xml # Entities SRCS+= chapters.ent SYMLINKS= ${DESTDIR} index.html handbook.html # Turn on all the chapters. CHAPTERS?= ${SRCS:M*chapter.xml} XMLFLAGS+= ${CHAPTERS:S/\/chapter.xml//:S/^/-i chap./} pgpkeyring: pgpkeys/chapter.xml @${JADE} -V nochunks ${JADEOPTS} -d ${DSLPGP} -t sgml ${MASTERDOC} DOC_PREFIX?= ${.CURDIR}/../../.. # # Handbook-specific variables # .if defined(WITH_PGPKEYS) JADEFLAGS+= -V withpgpkeys .endif .include "${DOC_PREFIX}/share/mk/doc.project.mk"