summaryrefslogtreecommitdiff
path: root/doxygen/makefile
diff options
context:
space:
mode:
authorJose Fonseca <j_r_fonseca@yahoo.co.uk>2003-09-17 16:00:10 +0000
committerJose Fonseca <j_r_fonseca@yahoo.co.uk>2003-09-17 16:00:10 +0000
commit397d1e4d5750bda09e52451cfeb0a69126602a56 (patch)
tree3f82a78a1a5153d46c38d5a88bb308312ea7c866 /doxygen/makefile
parent5543901b96660b467549b09265bd9ff35aff4af5 (diff)
Merge the Doxygen configuration files from the embedded branch.
Diffstat (limited to 'doxygen/makefile')
-rw-r--r--doxygen/makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/doxygen/makefile b/doxygen/makefile
deleted file mode 100644
index 5fd31ddbc6..0000000000
--- a/doxygen/makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-default:
- doxygen tnl_dd.doxy
- doxygen array_cache.doxy
- doxygen math.doxy
- doxygen swrast.doxy
- doxygen swrast_setup.doxy
- doxygen tnl.doxy
- doxygen core.doxy
- echo "Building again, to resolve tags"
- doxygen tnl_dd.doxy
- doxygen array_cache.doxy
- doxygen math.doxy
- doxygen swrast.doxy
- doxygen swrast_setup.doxy
- doxygen tnl.doxy
-
-
-clean:
- rm -rf array_cache core math swrast swrast_setup tnl_dd tnl
- rm -rf *.tag
-