2003-10-21 14:33:46 +00:00
|
|
|
##===- docs/Makefile ---------------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2002-01-26 21:16:41 +00:00
|
|
|
doxygen-files:
|
2002-09-26 16:38:42 +00:00
|
|
|
doxygen doxygen.cfg
|
2002-01-30 21:20:23 +00:00
|
|
|
|
|
|
|
doxygen.tar.gz: doxygen/index.html
|
|
|
|
rm -rf $@
|
|
|
|
gtar czvf $@ doxygen
|