summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authortsi <tsi>2005-03-29 17:33:20 +0000
committertsi <tsi>2005-03-29 17:33:20 +0000
commitf18ed03d0689df36a6848066494e542a435b9e91 (patch)
tree371cd4ea3666acbcc8c84c090ed4946d8bdf4665 /doc
parenta97eb9ab8af0f968053946688c1deb038607d03d (diff)
11. Start reworking build under xc/doc (Marc La France).
Diffstat (limited to 'doc')
-rw-r--r--doc/Imakefile3
-rw-r--r--doc/hardcopy/BDF/Imakefile4
-rw-r--r--doc/hardcopy/CTEXT/Imakefile4
-rw-r--r--doc/hardcopy/FSProtocol/Imakefile4
-rw-r--r--doc/hardcopy/ICCCM/Imakefile5
-rw-r--r--doc/hardcopy/ICE/Imakefile5
-rw-r--r--doc/hardcopy/Imakefile3
-rw-r--r--doc/hardcopy/SM/Imakefile5
-rw-r--r--doc/hardcopy/X11/Imakefile5
-rw-r--r--doc/hardcopy/XDMCP/Imakefile4
-rw-r--r--doc/hardcopy/XIM/Imakefile4
-rw-r--r--doc/hardcopy/XLFD/Imakefile4
-rw-r--r--doc/hardcopy/XProtocol/Imakefile5
-rw-r--r--doc/hardcopy/Xaw/Imakefile5
-rw-r--r--doc/hardcopy/Xext/Imakefile26
-rw-r--r--doc/hardcopy/Xi/Imakefile10
-rw-r--r--doc/hardcopy/Xmu/Imakefile4
-rw-r--r--doc/hardcopy/Xserver/Imakefile9
-rw-r--r--doc/hardcopy/Xt/Imakefile5
-rw-r--r--doc/hardcopy/Xv/Imakefile6
-rw-r--r--doc/hardcopy/i18n/Imakefile6
-rw-r--r--doc/hardcopy/man/Imakefile4
-rw-r--r--doc/hardcopy/rstart/Imakefile4
-rw-r--r--doc/hardcopy/saver/Imakefile4
-rw-r--r--doc/hardcopy/xfs/Imakefile4
-rw-r--r--doc/hardcopy/xterm/Imakefile4
-rw-r--r--doc/hardcopy/xtrans/Imakefile4
-rw-r--r--doc/man/GL/Imakefile3
-rw-r--r--doc/man/Imakefile3
-rw-r--r--doc/man/Xext/Imakefile3
-rw-r--r--doc/specs/Imakefile3
-rw-r--r--doc/specs/programs/Imakefile4
32 files changed, 153 insertions, 13 deletions
diff --git a/doc/Imakefile b/doc/Imakefile
index b646a7832..d3ccdecd6 100644
--- a/doc/Imakefile
+++ b/doc/Imakefile
@@ -3,7 +3,7 @@ XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:41:53 cpqbld Exp $
-XCOMM $XFree86: xc/doc/Imakefile,v 1.4 2001/01/17 16:57:38 dawes Exp $
+XCOMM $XFree86: xc/doc/Imakefile,v 1.5tsi Exp $
#define IHaveSubdirs
#define PassCDebugFlags
@@ -21,4 +21,3 @@ SUBDIRS = man $(SPECSDIR) $(HARDCOPYDIR)
all::
MakeSubdirs($(SUBDIRS))
-DependSubdirs($(SUBDIRS))
diff --git a/doc/hardcopy/BDF/Imakefile b/doc/hardcopy/BDF/Imakefile
new file mode 100644
index 000000000..2031649b0
--- /dev/null
+++ b/doc/hardcopy/BDF/Imakefile
@@ -0,0 +1,4 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(bdf,bdf.PS.gz)
+
diff --git a/doc/hardcopy/CTEXT/Imakefile b/doc/hardcopy/CTEXT/Imakefile
new file mode 100644
index 000000000..967ee823b
--- /dev/null
+++ b/doc/hardcopy/CTEXT/Imakefile
@@ -0,0 +1,4 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(ctext,ctext.PS.gz)
+
diff --git a/doc/hardcopy/FSProtocol/Imakefile b/doc/hardcopy/FSProtocol/Imakefile
new file mode 100644
index 000000000..2561468e8
--- /dev/null
+++ b/doc/hardcopy/FSProtocol/Imakefile
@@ -0,0 +1,4 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(fsproto,fsproto.PS.gz)
+
diff --git a/doc/hardcopy/ICCCM/Imakefile b/doc/hardcopy/ICCCM/Imakefile
new file mode 100644
index 000000000..16e51cc4c
--- /dev/null
+++ b/doc/hardcopy/ICCCM/Imakefile
@@ -0,0 +1,5 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(icccm,icccm.PS.gz)
+InstallHardcopyDoc(icccm.idx,icccm.idx.PS.gz)
+
diff --git a/doc/hardcopy/ICE/Imakefile b/doc/hardcopy/ICE/Imakefile
new file mode 100644
index 000000000..49c17eea8
--- /dev/null
+++ b/doc/hardcopy/ICE/Imakefile
@@ -0,0 +1,5 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(ICElib,ICElib.PS.gz)
+InstallHardcopyDoc(ice,ice.PS.gz)
+
diff --git a/doc/hardcopy/Imakefile b/doc/hardcopy/Imakefile
index 3e2bef709..c9a2e179e 100644
--- a/doc/hardcopy/Imakefile
+++ b/doc/hardcopy/Imakefile
@@ -1,4 +1,4 @@
-XCOMM $XFree86: xc/doc/specs/Imakefile,v 1.3 2000/03/02 17:52:57 dawes Exp $
+XCOMM $XFree86: xc/doc/hardcopy/Imakefile,v 1.1tsi Exp $
#if defined(HardcopyDocDirs)
@@ -10,6 +10,5 @@ SUBDIRS = HardcopyDocDirs
all::
MakeSubdirs($(SUBDIRS))
-DependSubdirs($(SUBDIRS))
#endif
diff --git a/doc/hardcopy/SM/Imakefile b/doc/hardcopy/SM/Imakefile
new file mode 100644
index 000000000..5cf631609
--- /dev/null
+++ b/doc/hardcopy/SM/Imakefile
@@ -0,0 +1,5 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(SMlib,SMlib.PS.gz)
+InstallHardcopyDoc(xsmp,xsmp.PS.gz)
+
diff --git a/doc/hardcopy/X11/Imakefile b/doc/hardcopy/X11/Imakefile
new file mode 100644
index 000000000..d4a6c3544
--- /dev/null
+++ b/doc/hardcopy/X11/Imakefile
@@ -0,0 +1,5 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(xlib,xlib.PS.gz)
+InstallHardcopyDoc(xlib.idx,xlib.idx.PS.gz)
+
diff --git a/doc/hardcopy/XDMCP/Imakefile b/doc/hardcopy/XDMCP/Imakefile
new file mode 100644
index 000000000..17c6d2d62
--- /dev/null
+++ b/doc/hardcopy/XDMCP/Imakefile
@@ -0,0 +1,4 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(xdmcp,xdmcp.PS.gz)
+
diff --git a/doc/hardcopy/XIM/Imakefile b/doc/hardcopy/XIM/Imakefile
new file mode 100644
index 000000000..c16bd73e8
--- /dev/null
+++ b/doc/hardcopy/XIM/Imakefile
@@ -0,0 +1,4 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(xim,xim.PS.gz)
+
diff --git a/doc/hardcopy/XLFD/Imakefile b/doc/hardcopy/XLFD/Imakefile
new file mode 100644
index 000000000..36c941a25
--- /dev/null
+++ b/doc/hardcopy/XLFD/Imakefile
@@ -0,0 +1,4 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(xlfd,xlfd.PS.gz)
+
diff --git a/doc/hardcopy/XProtocol/Imakefile b/doc/hardcopy/XProtocol/Imakefile
new file mode 100644
index 000000000..690ff46d4
--- /dev/null
+++ b/doc/hardcopy/XProtocol/Imakefile
@@ -0,0 +1,5 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(proto,proto.PS.gz)
+InstallHardcopyDoc(proto.idx,proto.idx.PS.gz)
+
diff --git a/doc/hardcopy/Xaw/Imakefile b/doc/hardcopy/Xaw/Imakefile
new file mode 100644
index 000000000..01a12a9ef
--- /dev/null
+++ b/doc/hardcopy/Xaw/Imakefile
@@ -0,0 +1,5 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(widg.idx,widg.idx.PS.gz)
+InstallHardcopyDoc(widgets,widgets.PS.gz)
+
diff --git a/doc/hardcopy/Xext/Imakefile b/doc/hardcopy/Xext/Imakefile
new file mode 100644
index 000000000..1e153c407
--- /dev/null
+++ b/doc/hardcopy/Xext/Imakefile
@@ -0,0 +1,26 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(AppGroup,AppGroup.PS.gz)
+InstallHardcopyDoc(DPMS,DPMS.PS.gz)
+InstallHardcopyDoc(DPMSLib,DPMSLib.PS.gz)
+InstallHardcopyDoc(bigreq,bigreq.PS.gz)
+InstallHardcopyDoc(buffer,buffer.PS.gz)
+InstallHardcopyDoc(dbe,dbe.PS.gz)
+InstallHardcopyDoc(dbelib,dbelib.PS.gz)
+InstallHardcopyDoc(evi,evi.PS.gz)
+InstallHardcopyDoc(lbx,lbx.PS.gz)
+InstallHardcopyDoc(lbxalg,lbxalg.PS.gz)
+InstallHardcopyDoc(mit-shm,mit-shm.PS.gz)
+InstallHardcopyDoc(record,record.PS.gz)
+InstallHardcopyDoc(recordlib,recordlib.PS.gz)
+InstallHardcopyDoc(security,security.PS.gz)
+InstallHardcopyDoc(shape,shape.PS.gz)
+InstallHardcopyDoc(shapelib,shapelib.PS.gz)
+InstallHardcopyDoc(sync,sync.PS.gz)
+InstallHardcopyDoc(synclib,synclib.PS.gz)
+InstallHardcopyDoc(tog-cup,tog-cup.PS.gz)
+InstallHardcopyDoc(xc-misc,xc-misc.PS.gz)
+InstallHardcopyDoc(xtest,xtest.PS.gz)
+InstallHardcopyDoc(xtestlib,xtestlib.PS.gz)
+
+InstallDoc(lbxTOC,lbxTOC.html)
diff --git a/doc/hardcopy/Xi/Imakefile b/doc/hardcopy/Xi/Imakefile
new file mode 100644
index 000000000..a8db4b509
--- /dev/null
+++ b/doc/hardcopy/Xi/Imakefile
@@ -0,0 +1,10 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(xilib,xilib.PS.gz)
+InstallHardcopyDoc(xiport,xiport.PS.gz)
+InstallHardcopyDoc(xiproto,xiproto.PS.gz)
+
+/* Prevent conflicts with XProtocol */
+LinkFile(xilib.PS.gz,lib.PS.gz)
+LinkFile(xiport.PS.gz,port.PS.gz)
+LinkFile(xiproto.PS.gz,proto.PS.gz)
diff --git a/doc/hardcopy/Xmu/Imakefile b/doc/hardcopy/Xmu/Imakefile
new file mode 100644
index 000000000..8a99f5948
--- /dev/null
+++ b/doc/hardcopy/Xmu/Imakefile
@@ -0,0 +1,4 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(xmu,xmu.PS.gz)
+
diff --git a/doc/hardcopy/Xserver/Imakefile b/doc/hardcopy/Xserver/Imakefile
new file mode 100644
index 000000000..5295e206b
--- /dev/null
+++ b/doc/hardcopy/Xserver/Imakefile
@@ -0,0 +1,9 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(Xprt,Xprt.PS.gz)
+InstallHardcopyDoc(analysis,analysis.PS.gz)
+InstallHardcopyDoc(appgroup,appgroup.PS.gz)
+InstallHardcopyDoc(ddx,ddx.PS.gz)
+InstallHardcopyDoc(fontlib,fontlib.PS.gz)
+InstallHardcopyDoc(secint,secint.PS.gz)
+
diff --git a/doc/hardcopy/Xt/Imakefile b/doc/hardcopy/Xt/Imakefile
new file mode 100644
index 000000000..c58423f6d
--- /dev/null
+++ b/doc/hardcopy/Xt/Imakefile
@@ -0,0 +1,5 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(intr.idx,intr.idx.PS.gz)
+InstallHardcopyDoc(intrinsics,intrinsics.PS.gz)
+
diff --git a/doc/hardcopy/Xv/Imakefile b/doc/hardcopy/Xv/Imakefile
new file mode 100644
index 000000000..7105e3d27
--- /dev/null
+++ b/doc/hardcopy/Xv/Imakefile
@@ -0,0 +1,6 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(xv-protocol-v2,xv-protocol-v2.PS)
+
+InstallDoc(video,video.txt)
+LinkFile(video.txt,video)
diff --git a/doc/hardcopy/i18n/Imakefile b/doc/hardcopy/i18n/Imakefile
new file mode 100644
index 000000000..03a179c25
--- /dev/null
+++ b/doc/hardcopy/i18n/Imakefile
@@ -0,0 +1,6 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(Framework,Framework.PS.gz)
+InstallHardcopyDoc(LocaleDB,LocaleDB.PS.gz)
+InstallHardcopyDoc(Trans,Trans.PS.gz)
+
diff --git a/doc/hardcopy/man/Imakefile b/doc/hardcopy/man/Imakefile
new file mode 100644
index 000000000..a21761c55
--- /dev/null
+++ b/doc/hardcopy/man/Imakefile
@@ -0,0 +1,4 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(man,man.PS.gz)
+
diff --git a/doc/hardcopy/rstart/Imakefile b/doc/hardcopy/rstart/Imakefile
new file mode 100644
index 000000000..30709b18c
--- /dev/null
+++ b/doc/hardcopy/rstart/Imakefile
@@ -0,0 +1,4 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(rstart,rstart.PS.gz)
+
diff --git a/doc/hardcopy/saver/Imakefile b/doc/hardcopy/saver/Imakefile
new file mode 100644
index 000000000..66bd96973
--- /dev/null
+++ b/doc/hardcopy/saver/Imakefile
@@ -0,0 +1,4 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(saver,saver.PS.gz)
+
diff --git a/doc/hardcopy/xfs/Imakefile b/doc/hardcopy/xfs/Imakefile
new file mode 100644
index 000000000..ffb976ecc
--- /dev/null
+++ b/doc/hardcopy/xfs/Imakefile
@@ -0,0 +1,4 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(design,design.PS.gz)
+
diff --git a/doc/hardcopy/xterm/Imakefile b/doc/hardcopy/xterm/Imakefile
new file mode 100644
index 000000000..855d60c94
--- /dev/null
+++ b/doc/hardcopy/xterm/Imakefile
@@ -0,0 +1,4 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(ctlseqs,ctlseqs.PS.gz)
+
diff --git a/doc/hardcopy/xtrans/Imakefile b/doc/hardcopy/xtrans/Imakefile
new file mode 100644
index 000000000..0308e8a66
--- /dev/null
+++ b/doc/hardcopy/xtrans/Imakefile
@@ -0,0 +1,4 @@
+XCOMM $XFree86$
+
+InstallHardcopyDoc(Xtrans,Xtrans.PS.gz)
+
diff --git a/doc/man/GL/Imakefile b/doc/man/GL/Imakefile
index 0613b9628..24aab1038 100644
--- a/doc/man/GL/Imakefile
+++ b/doc/man/GL/Imakefile
@@ -1,4 +1,4 @@
-XCOMM $XFree86: xc/doc/man/GL/Imakefile,v 1.2 1999/06/14 07:23:27 dawes Exp $
+XCOMM $XFree86: xc/doc/man/GL/Imakefile,v 1.3tsi Exp $
XCOMM The contents of this file are subject to the GLX Public License Version 1.0
XCOMM (the "License"). You may not use this file except in compliance with the
XCOMM License. You may obtain a copy of the License at Silicon Graphics, Inc.,
@@ -23,4 +23,3 @@ SUBDIRS = gl glx
MakeSubdirs($(SUBDIRS))
InstallManSubdirs($(SUBDIRS))
-DependSubdirs($(SUBDIRS))
diff --git a/doc/man/Imakefile b/doc/man/Imakefile
index 2b4ac4343..f0c7fa764 100644
--- a/doc/man/Imakefile
+++ b/doc/man/Imakefile
@@ -2,7 +2,7 @@ XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:41:54 cpqbld Exp $
-XCOMM $XFree86: xc/doc/man/Imakefile,v 1.7 2001/01/17 16:57:38 dawes Exp $
+XCOMM $XFree86: xc/doc/man/Imakefile,v 1.8tsi Exp $
#define IHaveSubdirs
#define PassCDebugFlags
@@ -33,4 +33,3 @@ SUBDIRS = general $(LIBMANDIRS) $(MISCDIR)
all::
MakeSubdirs($(SUBDIRS))
-DependSubdirs($(SUBDIRS))
diff --git a/doc/man/Xext/Imakefile b/doc/man/Xext/Imakefile
index af1791cfa..8ae7b5ce0 100644
--- a/doc/man/Xext/Imakefile
+++ b/doc/man/Xext/Imakefile
@@ -2,7 +2,7 @@ XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:41:54 cpqbld Exp $
-XCOMM $XFree86$
+XCOMM $XFree86: xc/doc/man/Xext/Imakefile,v 1.3tsi Exp $
MANDIR = $(LIBMANDIR)
MANSUFFIX = $(LIBMANSUFFIX)
@@ -15,7 +15,6 @@ SUBDIRS = dbe
all::
MakeSubdirs($(SUBDIRS))
-DependSubdirs($(SUBDIRS))
#if ExpandManNames
InstallManPageLong(XShape,$(MANDIR),XShapeQueryExtension)
diff --git a/doc/specs/Imakefile b/doc/specs/Imakefile
index c31ad79c7..101ab855e 100644
--- a/doc/specs/Imakefile
+++ b/doc/specs/Imakefile
@@ -1,4 +1,4 @@
-XCOMM $XFree86: xc/doc/specs/Imakefile,v 1.13 2005/01/15 04:34:12 dawes Exp $
+XCOMM $XFree86: xc/doc/specs/Imakefile,v 1.14tsi Exp $
#define IHaveSubdirs
#define PassCDebugFlags
@@ -14,7 +14,6 @@ SUBDIRS = BDF CTEXT FSProtocol GL ICCCM ICE PM Render SM X11 XDMCP \
AllTarget(specindex.html)
MakeSubdirs($(SUBDIRS))
-DependSubdirs($(SUBDIRS))
#if defined(AvoidGroffHtmlBug) && AvoidGroffHtmlBug
SPECINDEXDEFS = -DICE_PDF_ONLY -DICCCM_PDF_ONLY
diff --git a/doc/specs/programs/Imakefile b/doc/specs/programs/Imakefile
index 636082f49..caf04af14 100644
--- a/doc/specs/programs/Imakefile
+++ b/doc/specs/programs/Imakefile
@@ -1,4 +1,4 @@
-XCOMM $XFree86: xc/doc/specs/programs/Imakefile,v 1.26 2005/03/01 03:55:36 dawes Exp $
+XCOMM $XFree86: xc/doc/specs/programs/Imakefile,v 1.27tsi Exp $
/*
* Copyright (c) 2000-2005 by The XFree86 Project, Inc.
* All rights reserved.
@@ -284,3 +284,5 @@ MakeSimpleDoc(man,man.$(MANNEWSUFFIX))
InstallRoffDoc(man)
+clean::
+ RemoveFile(man.$(MANSRCSUFFIX))