Parent Directory
|
Revision Log
obsolete three manuals
| 1 | olly | 623 | # Top-level makefile for the Debian Documentation Project manuals |
| 2 | |||
| 3 | aph | 712 | # live documentation |
| 4 | SUBDIRS := \ | ||
| 5 | book-suggestions \ | ||
| 6 | debian-bugs \ | ||
| 7 | developers-reference \ | ||
| 8 | dictionary \ | ||
| 9 | meta \ | ||
| 10 | network-administrator \ | ||
| 11 | project-history \ | ||
| 12 | system-administrator \ | ||
| 13 | user \ | ||
| 14 | debiandoc-startup \ | ||
| 15 | sgmltools-startup \ | ||
| 16 | programmer | ||
| 17 | aph | 660 | |
| 18 | aph | 712 | # dead (unmaintained) documentation, suitable for reaping |
| 19 | DEADDIRS := \ | ||
| 20 | menu \ | ||
| 21 | markup \ | ||
| 22 | users_manual | ||
| 23 | |||
| 24 | olly | 623 | all: |
| 25 | aph | 660 | for dir in $(SUBDIRS); do \ |
| 26 | make -C $$dir ;\ | ||
| 27 | done | ||
| 28 | olly | 623 | |
| 29 | clean: | ||
| 30 | aph | 660 | for dir in $(SUBDIRS); do \ |
| 31 | make -C $$dir clean ;\ | ||
| 32 | done |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |