source: trunk/IPs/systemC/processor/Morpheo/Documentation/Makefile

Last change on this file was 91, checked in by rosiere, 18 years ago

Documentation

  • Property svn:executable set to *
File size: 610 bytes
Line 
1#
2# $Id$
3#
4# [ Description ]
5#
6# Makefile
7#
8
9#-----[ directory ]----------------------------------------
10DIR_DOCUMENTATION = .
11DIR_ALL_DOCUMENTS = doc
12
13#-----[ include ]------------------------------------------
14
15all :
16 @\
17 for doc in $(DIR_ALL_DOCUMENTS)/*; do \
18 $(MAKE) --directory=$${doc} --makefile=Makefile; \
19 done;
20
21view : view_global
22
23local_clean :
24 @\
25 $(RM) $(DIR_TOPLEVEL_PDF); \
26 for doc in $(DIR_ALL_DOCUMENTS)/*; do \
27 $(MAKE) --directory=$${doc} --makefile=Makefile clean; \
28 done;
29
30
31include $(DIR_DOCUMENTATION)/Makefile.Documentation
Note: See TracBrowser for help on using the repository browser.