-
Notifications
You must be signed in to change notification settings - Fork 132
/
Copy pathMakefile.am
24 lines (19 loc) · 970 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# DQ (7/24/2008): Only the developer version needs the test directory specific to Doxygen support
# JJW (8/3/2008): This line will be removed in binary distributions
DEVELOPER_DISTRIBUTION_DIRECTORY = testDoxygen
# Later we will add ROSETTA documentation here ...
# SUBDIRS = Rose Rosetta testDoxygen
# DQ (9/11/2006): Removed Rosetta directory, an internal tool not documented
# within ROSE for use externally.
# SUBDIRS = Rose Rosetta testDoxygen
# SUBDIRS = Rose testDoxygen
SUBDIRS = Rose $(DEVELOPER_DISTRIBUTION_DIRECTORY)
# New rule to simplify generation of documentation (we want to avoid using the
# automake generated "docs" rule because the generation of documentation is
# dependent upon separate tools which the user might not have available
# (true for bothe the LaTeX and html documentation).
# documentation:
docs:
@echo " Generate all possible documentation cd Rose; make documentation;"
@cd Rose; $(MAKE) docs;
EXTRA_DIST = CMakeLists.txt