Rev 53 | Rev 482 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 53 | Rev 61 | ||
|---|---|---|---|
| Line 4... | Line 4... | ||
| 4 | MAKE = gmake |
4 | MAKE = gmake |
| 5 | endif |
5 | endif |
| 6 | 6 | ||
| 7 | includedir = $(prefix)/include |
7 | includedir = $(prefix)/include |
| 8 | 8 | ||
| 9 | SUBDIRS = HepMC src fio doc test examples |
- | |
| - | 9 | SUBDIRS = HepMC src fio test examples doc |
|
| 10 | # list all subdirectories - for distribution and cleaning |
10 | # list all subdirectories - for distribution and cleaning |
| 11 | DIST_SUBDIRS = HepMC src fio doc test examples |
- | |
| - | 11 | DIST_SUBDIRS = HepMC src fio test examples doc |
|
| 12 | 12 | ||
| - | 13 | # there is no longer a need to call "make docs" explicitly |
|
| - | 14 | # these directives remain for convenience |
|
| 13 | docs: |
15 | docs: |
| 14 | cd doc; $(MAKE) $(AM_MAKEFLAGS) |
16 | cd doc; $(MAKE) $(AM_MAKEFLAGS) |
| 15 | 17 | ||
| 16 | install-docs: |
18 | install-docs: |
| 17 | cd doc; $(MAKE) $(AM_MAKEFLAGS) install-docs |
19 | cd doc; $(MAKE) $(AM_MAKEFLAGS) install-docs |