~mrimbert/mythbuntu/documentation

« back to all changes in this revision

Viewing changes to en/images/Makefile

  • Committer: Mario Limonciello
  • Date: 2007-10-21 07:31:11 UTC
  • Revision ID: supermario@portablemario-20071021073111-yx6qj5rrtw3sku3g
a whole lot of new screenshots.  typos, and more

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
 
15
15
defaut :
16
 
        cd advanced-install && make
 
16
        cd ubiquity && make
17
17
        cd boot && make
18
 
        cd common && make
19
18
        cd misc && make
20
19
        cd mythtv-setup && make
21
20
        cd standalone-frontend && make
22
 
        cd standard-install && make
23
21
        cd mcc && make
24
22
        cd network && make
25
23
clean :
26
 
        cd advanced-install && make clean
 
24
        cd ubiquity && make clean
27
25
        cd boot && make clean
28
 
        cd common && make clean
29
26
        cd misc && make clean
30
27
        cd mythtv-setup && make clean
31
28
        cd standalone-frontend && make clean
32
 
        cd standard-install && make clean
33
29
        cd mcc && make clean
34
30
        cd network && make clean