SCM Repository
[diderot] Annotation of /trunk/doc/Makefile.in
Annotation of /trunk/doc/Makefile.in
Parent Directory
|
Revision Log
Revision 1640 -
(view)
(download)
1 : |
jhr |
1640 |
# Makefile for diderot documentation
|
2 : |
|
|
#
|
3 : |
|
|
# COPYRIGHT (c) 2011 The Diderot Project (http://diderot-language.cs.uchicago.edu)
|
4 : |
|
|
# All rights reserved.
|
5 : |
|
|
#
|
6 : |
|
|
|
7 : |
|
|
SHELL = @SHELL@
|
8 : |
|
|
@SET_MAKE@
|
9 : |
|
|
|
10 : |
|
|
DOXYGEN = @DOXYGEN@
|
11 : |
|
|
|
12 : |
|
|
|
13 : |
|
|
#################### Cleanup ####################
|
14 : |
|
|
|
15 : |
|
|
CLEAN_SUBDIRS =
|
16 : |
|
|
|
17 : |
|
|
CLEAN_FILES =
|
18 : |
|
|
|
19 : |
|
|
DISTCLEAN_FILES += Makefile
|
20 : |
|
|
|
21 : |
|
|
DEVCLEAN_FILES =
|
22 : |
|
|
|
23 : |
|
|
include @DIDEROT_MKDIR@/clean-rules.gmk
|