2003-10-21 22:33:46 +08: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-27 05:16:41 +08:00
|
|
|
doxygen-files:
|
2002-09-27 00:38:42 +08:00
|
|
|
doxygen doxygen.cfg
|
2002-01-31 05:20:23 +08:00
|
|
|
|
|
|
|
doxygen.tar.gz: doxygen/index.html
|
|
|
|
rm -rf $@
|
|
|
|
gtar czvf $@ doxygen
|