Bug 185707 - OpenGL manpages missing
Summary: OpenGL manpages missing
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: X.Org (show other bugs)
Version: Final
Hardware: Other Other
: P5 - None : Major (vote)
Target Milestone: ---
Assignee: Stefan Dirsch
QA Contact: Stefan Dirsch
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-16 14:03 UTC by Matthias Hopf
Modified: 2006-06-16 19:15 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
Better use this patch :-) (314 bytes, patch)
2006-06-16 19:14 UTC, Stefan Dirsch
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Hopf 2006-06-16 14:03:30 UTC
The OpenGL manpages are missin in SL10.1. This is severely hinding people who want to develop 3D apps. They were included in the xorg-x11-man.rpm, but Mesa is built now seperately.
Comment 1 Stefan Dirsch 2006-06-16 14:28:14 UTC
for dir in doc/man/{GL,GLU}; do
  pushd $dir; xmkmf -a; make; make install.man $RPM_BUILD_DIR; popd
done

Comment 2 Stefan Dirsch 2006-06-16 14:53:18 UTC
for dir in xc/doc/man/{GL,GLU}; do
  pushd $dir; xmkmf -a; make; make install.man $RPM_BUILD_ROOT; popd
done
Comment 3 Stefan Dirsch 2006-06-16 19:14:48 UTC
Created attachment 89840 [details]
Better use this patch :-)
Comment 4 Stefan Dirsch 2006-06-16 19:15:10 UTC
fixed for RC3.