diff options
author | Brian Paul <[email protected]> | 2001-09-10 19:28:22 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-09-10 19:28:22 +0000 |
commit | 517903edcde914f03a586fe515d40dccb54a1238 (patch) | |
tree | 0ba59ad21a2fb370eb77a07a278f8e976165f643 /Makefile.X11 | |
parent | 306933046cdc70e20af7facea8bc8a975812787e (diff) |
add new WindML/Mesa man pages to tar file list
Diffstat (limited to 'Makefile.X11')
-rw-r--r-- | Makefile.X11 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index 1d8434686d8..aae5a80276f 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.51 2001/08/20 16:16:36 brianp Exp $ +# $Id: Makefile.X11,v 1.52 2001/09/10 19:28:22 brianp Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -430,6 +430,8 @@ LIB_FILES = \ $(DIRECTORY)/src/windml/tornado/*.c \ $(DIRECTORY)/src/windml/tornado/*.cdf \ $(DIRECTORY)/src/windml/torVars.sample \ + $(DIRECTORY)/src/windml/man3/*.3 \ + $(DIRECTORY)/src/windml/man3/*.html \ $(DIRECTORY)/src/BeOS/*.cpp \ $(DIRECTORY)/src/FX/Makefile.am \ $(DIRECTORY)/src/FX/Makefile.in \ |