blob: 38d3c801e9f5559852d7d8eabe5e5a71fea80523 [file] [log] [blame]
John Criswelld8846c12003-10-21 14:33:46 +00001##===- docs/Makefile ---------------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
Chris Lattner3785a662002-01-26 21:16:41 +00009doxygen-files:
Chris Lattner6d4d3e962002-09-26 16:38:42 +000010 doxygen doxygen.cfg
Chris Lattnerb9a827c2002-01-30 21:20:23 +000011
12doxygen.tar.gz: doxygen/index.html
13 rm -rf $@
14 gtar czvf $@ doxygen