/[ddp]/manuals/trunk/Makefile
ViewVC logotype

Contents of /manuals/trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 712 - (hide annotations) (download)
Sun Nov 15 06:24:53 1998 UTC (14 years, 6 months ago) by aph
File size: 587 byte(s)
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