Say hello to the beginnings of a new multimedia chapter (after a
repo-copy from sound). This is based on the old sound chapter, but includes video and other multimedia related bits. More will be added to it shortly and various parts will be cleaned up, but I wanted to get this in the tree before I do anything else to it. The sound chapter has been removed from the build, but I haven't cvs rm'd it yet (though I will in about 24 hrs time). Mostly submitted by: Ross Lippert <ripper@eskimo.com>
This commit is contained in:
parent
4c1576dadd
commit
e7db2f9364
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13693
6 changed files with 873 additions and 63 deletions
|
@ -138,12 +138,12 @@ SRCS+= l10n/chapter.sgml
|
|||
SRCS+= linuxemu/chapter.sgml
|
||||
SRCS+= mail/chapter.sgml
|
||||
SRCS+= mirrors/chapter.sgml
|
||||
SRCS+= multimedia/chapter.sgml
|
||||
SRCS+= pgpkeys/chapter.sgml
|
||||
SRCS+= ppp-and-slip/chapter.sgml
|
||||
SRCS+= printing/chapter.sgml
|
||||
SRCS+= security/chapter.sgml
|
||||
SRCS+= serialcomms/chapter.sgml
|
||||
SRCS+= sound/chapter.sgml
|
||||
SRCS+= users/chapter.sgml
|
||||
SRCS+= x11/chapter.sgml
|
||||
SRCS+= ports/chapter.sgml
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<!ENTITY % chap.backups "IGNORE">
|
||||
<!ENTITY % chap.x11 "IGNORE">
|
||||
<!ENTITY % chap.l10n "IGNORE">
|
||||
<!ENTITY % chap.sound "IGNORE">
|
||||
<!ENTITY % chap.multimedia "IGNORE">
|
||||
<!ENTITY % chap.serialcomms "IGNORE">
|
||||
<!ENTITY % chap.ppp-and-slip "IGNORE">
|
||||
<!ENTITY % chap.advanced-networking "IGNORE">
|
||||
|
@ -171,7 +171,7 @@
|
|||
<![ %chap.printing; [ &chap.printing; ]]>
|
||||
<![ %chap.disks; [ &chap.disks; ]]>
|
||||
<![ %chap.l10n; [ &chap.l10n; ]]>
|
||||
<![ %chap.sound; [ &chap.sound; ]]>
|
||||
<![ %chap.multimedia; [ &chap.multimedia; ]]>
|
||||
<![ %chap.serialcomms; [ &chap.serialcomms; ]]>
|
||||
<![ %chap.ppp-and-slip; [ &chap.ppp-and-slip; ]]>
|
||||
<![ %chap.advanced-networking; [ &chap.advanced-networking; ]]>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<!ENTITY chap.disks SYSTEM "disks/chapter.sgml">
|
||||
<!ENTITY chap.x11 SYSTEM "x11/chapter.sgml">
|
||||
<!ENTITY chap.l10n SYSTEM "l10n/chapter.sgml">
|
||||
<!ENTITY chap.sound SYSTEM "sound/chapter.sgml">
|
||||
<!ENTITY chap.multimedia SYSTEM "multimedia/chapter.sgml">
|
||||
<!ENTITY chap.serialcomms SYSTEM "serialcomms/chapter.sgml">
|
||||
<!ENTITY chap.ppp-and-slip SYSTEM "ppp-and-slip/chapter.sgml">
|
||||
<!ENTITY chap.advanced-networking SYSTEM "advanced-networking/chapter.sgml">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CHAPTERS= sound/chapter.sgml
|
||||
CHAPTERS= multimedia/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -119,6 +119,7 @@
|
|||
<!ENTITY man.dd.1 "<citerefentry/<refentrytitle/dd/<manvolnum/1//">
|
||||
<!ENTITY man.default.1 "<citerefentry/<refentrytitle/default/<manvolnum/1//">
|
||||
<!ENTITY man.df.1 "<citerefentry/<refentrytitle/df/<manvolnum/1//">
|
||||
<!ENTITY man.dga.1 "<citerefentry/<refentrytitle/dga/<manvolnum/1//">
|
||||
<!ENTITY man.dialog.1 "<citerefentry/<refentrytitle/dialog/<manvolnum/1//">
|
||||
<!ENTITY man.diff.1 "<citerefentry/<refentrytitle/diff/<manvolnum/1//">
|
||||
<!ENTITY man.diff3.1 "<citerefentry/<refentrytitle/diff3/<manvolnum/1//">
|
||||
|
@ -642,6 +643,7 @@
|
|||
<!ENTITY man.write.1 "<citerefentry/<refentrytitle/write/<manvolnum/1//">
|
||||
<!ENTITY man.xargs.1 "<citerefentry/<refentrytitle/xargs/<manvolnum/1//">
|
||||
<!ENTITY man.xdm.1 "<citerefentry/<refentrytitle/xdm/<manvolnum/1//">
|
||||
<!ENTITY man.xdpyinfo.1 "<citerefentry/<refentrytitle/xdpyinfo/<manvolnum/1//">
|
||||
<!ENTITY man.xfontsel.1 "<citerefentry/<refentrytitle/xfontsel/<manvolnum/1//">
|
||||
<!ENTITY man.xmodmap.1 "<citerefentry/<refentrytitle/xmodmap/<manvolnum/1//">
|
||||
<!ENTITY man.xset.1 "<citerefentry/<refentrytitle/xset/<manvolnum/1//">
|
||||
|
|
Loading…
Reference in a new issue