7f08f73fef
-- The OpenGL Utility Toolkit, a window system independent toolkit for writing OpenGL programs. It implements a simple windowing application programming interface (API) for OpenGL. GLUT is designed for constructing small to medium sized OpenGL programs. While GLUT is well-suited to learning OpenGL and developing simple OpenGL applications, GLUT is not a full-featured toolkit so large applications requiring sophisticated user interfaces are better off using native window system toolkits like Motif. WWW: http://reality.sgi.com/opengl/glut3/glut3.html Submitted by Dan Weeks <danimal@danimal.org>
17 lines
669 B
Plaintext
17 lines
669 B
Plaintext
$OpenBSD: patch-man_glut_Imakefile,v 1.1.1.1 2001/06/20 18:55:24 lebel Exp $
|
|
--- man/glut/Imakefile.orig Fri Aug 7 20:20:31 1998
|
|
+++ man/glut/Imakefile Wed Jun 20 12:11:38 2001
|
|
@@ -15,9 +15,9 @@ MANSUFFIX = $(LIBMANSUFFIX)glut
|
|
MANPACKAGE = /GLUT
|
|
#endif
|
|
|
|
-all:
|
|
- @echo 'The default rule in GLUT API man page Makefile is a no-op.'
|
|
- @echo 'Try "make install.man" to build and install man pages.'
|
|
+all::
|
|
+# @echo 'The default rule in GLUT API man page Makefile is a no-op.'
|
|
+# @echo 'Try "make install.man" to build and install man pages.'
|
|
|
|
InstallManPageLong(glutAddMenuEntry,$(MANDIR),glutAddMenuEntry)
|
|
InstallManPageLong(glutAddSubMenu,$(MANDIR),glutAddSubMenu)
|