summaryrefslogtreecommitdiffstats
path: root/doxygen/Makefile
diff options
context:
space:
mode:
authorRob Bradford <[email protected]>2011-12-20 15:39:07 +0000
committerKristian Høgsberg <[email protected]>2012-01-13 09:31:23 -0500
commit245341f406bbdf23fec3d8ea8ad95c147c11ad1c (patch)
tree0c407808068eef84c35142b329388e10117f0287 /doxygen/Makefile
parent3e18ad7fd7026e31fd92fe5cf7097d08e5b9a15a (diff)
doxygen: Add doxygen file and build infrastructure for gbm
Diffstat (limited to 'doxygen/Makefile')
-rw-r--r--doxygen/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/doxygen/Makefile b/doxygen/Makefile
index 386952000be..2bea0b3e920 100644
--- a/doxygen/Makefile
+++ b/doxygen/Makefile
@@ -16,7 +16,8 @@ FULL = \
swrast.doxy \
swrast_setup.doxy \
tnl.doxy \
- tnl_dd.doxy
+ tnl_dd.doxy \
+ gbm.doxy
full: $(FULL:.doxy=.tag)
$(foreach FILE,$(FULL),doxygen $(FILE);)