Complete Makefile.man for 4.1.0 - I forgot to commit this file when I
upgraded the port.
This commit is contained in:
parent
8124915f61
commit
be4b0c1efe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43550
2 changed files with 64 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= XFree86
|
||||
PORTVERSION= 4.1.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_XFREE}
|
||||
MASTER_SITE_SUBDIR= 4.1.0
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
MAN1= SuperProbe.1 \
|
||||
XFree86.1 \
|
||||
MAN1= XFree86.1 \
|
||||
Xmark.1 \
|
||||
Xnest.1 \
|
||||
Xserver.1 \
|
||||
|
@ -10,10 +9,12 @@ MAN1= SuperProbe.1 \
|
|||
bitmap.1 \
|
||||
cxpm.1 \
|
||||
dga.1 \
|
||||
dpsexec.1 \
|
||||
dpsinfo.1 \
|
||||
editres.1 \
|
||||
fsinfo.1 \
|
||||
fslsfonts.1 \
|
||||
fstobdf.1 \
|
||||
glxgears.1 \
|
||||
glxinfo.1 \
|
||||
iceauth.1 \
|
||||
ico.1 \
|
||||
|
@ -47,6 +48,7 @@ MAN1= SuperProbe.1 \
|
|||
smproxy.1 \
|
||||
startx.1 \
|
||||
sxpm.1 \
|
||||
texteroids.1 \
|
||||
twm.1 \
|
||||
viewres.1 \
|
||||
x11perf.1 \
|
||||
|
@ -71,6 +73,8 @@ MAN1= SuperProbe.1 \
|
|||
xfindproxy.1 \
|
||||
xfontsel.1 \
|
||||
xfs.1 \
|
||||
xfsinfo.1 \
|
||||
xftcache.1 \
|
||||
xfwp.1 \
|
||||
xgamma.1 \
|
||||
xgc.1 \
|
||||
|
@ -89,6 +93,7 @@ MAN1= SuperProbe.1 \
|
|||
xmag.1 \
|
||||
xman.1 \
|
||||
xmessage.1 \
|
||||
xmh.1 \
|
||||
xmkmf.1 \
|
||||
xmodmap.1 \
|
||||
xon.1 \
|
||||
|
@ -484,7 +489,54 @@ MAN3= AllPlanes.3 \
|
|||
glXSwapBuffers.3 \
|
||||
glXUseXFont.3 \
|
||||
glXWaitGL.3 \
|
||||
glXWaitX.3
|
||||
glXWaitX.3 \
|
||||
gluBeginCurve.3 \
|
||||
gluBeginPolygon.3 \
|
||||
gluBeginSurface.3 \
|
||||
gluBeginTrim.3 \
|
||||
gluBuild1DMipmaps.3 \
|
||||
gluBuild2DMipmaps.3 \
|
||||
gluCylinder.3 \
|
||||
gluDeleteNurbsRenderer.3 \
|
||||
gluDeleteQuadric.3 \
|
||||
gluDeleteTess.3 \
|
||||
gluDisk.3 \
|
||||
gluErrorString.3 \
|
||||
gluGetNurbsProperty.3 \
|
||||
gluGetString.3 \
|
||||
gluGetTessProperty.3 \
|
||||
gluLoadSamplingMatrices.3 \
|
||||
gluLookAt.3 \
|
||||
gluNewNurbsRenderer.3 \
|
||||
gluNewQuadric.3 \
|
||||
gluNewTess.3 \
|
||||
gluNextContour.3 \
|
||||
gluNurbsCallback.3 \
|
||||
gluNurbsCallbackDataEXT.3 \
|
||||
gluNurbsCurve.3 \
|
||||
gluNurbsProperty.3 \
|
||||
gluNurbsSurface.3 \
|
||||
gluOrtho2D.3 \
|
||||
gluPartialDisk.3 \
|
||||
gluPerspective.3 \
|
||||
gluPickMatrix.3 \
|
||||
gluProject.3 \
|
||||
gluPwlCurve.3 \
|
||||
gluQuadricCallback.3 \
|
||||
gluQuadricDrawStyle.3 \
|
||||
gluQuadricNormals.3 \
|
||||
gluQuadricOrientation.3 \
|
||||
gluQuadricTexture.3 \
|
||||
gluScaleImage.3 \
|
||||
gluSphere.3 \
|
||||
gluTessBeginContour.3 \
|
||||
gluTessBeginPolygon.3 \
|
||||
gluTessCallback.3 \
|
||||
gluTessEndPolygon.3 \
|
||||
gluTessNormal.3 \
|
||||
gluTessProperty.3 \
|
||||
gluTessVertex.3 \
|
||||
gluUnProject.3
|
||||
MAN4= apm.4 \
|
||||
chips.4 \
|
||||
cirrus.4 \
|
||||
|
@ -1166,5 +1218,11 @@ MLINKS= bitmap.1 atobm.1 \
|
|||
XmbTextExtents.3 XwcTextExtents.3 \
|
||||
XmbTextListToTextProperty.3 XwcTextListToTextProperty.3 \
|
||||
XmbTextPerCharExtents.3 XwcTextPerCharExtents.3 \
|
||||
XmbTextListToTextProperty.3 XwcTextPropertyToTextList.3
|
||||
XmbTextListToTextProperty.3 XwcTextPropertyToTextList.3 \
|
||||
gluBeginCurve.3 gluEndCurve.3 \
|
||||
gluBeginPolygon.3 gluEndPolygon.3 \
|
||||
gluBeginSurface.3 gluEndSurface.3 \
|
||||
gluBeginTrim.3 gluEndTrim.3 \
|
||||
gluTessBeginContour.3 gluTessEndContour.3 \
|
||||
XProjectTeam.7 X.Org.7
|
||||
MANCOMPRESSED= yes
|
||||
|
|
Loading…
Reference in a new issue