|
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 ]----------------------------------------
|
|---|
| 10 | DIR_DOCUMENTATION = .
|
|---|
| 11 | DIR_ALL_DOCUMENTS = doc
|
|---|
| 12 |
|
|---|
| 13 | #-----[ include ]------------------------------------------
|
|---|
| 14 |
|
|---|
| 15 | all :
|
|---|
| 16 | @\
|
|---|
| 17 | for doc in $(DIR_ALL_DOCUMENTS)/*; do \
|
|---|
| 18 | $(MAKE) --directory=$${doc} --makefile=Makefile; \
|
|---|
| 19 | done;
|
|---|
| 20 |
|
|---|
| 21 | view : view_global
|
|---|
| 22 |
|
|---|
| 23 | local_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 |
|
|---|
| 31 | include $(DIR_DOCUMENTATION)/Makefile.Documentation
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.