Changeset 2116615 for Makefile


Ignore:
Timestamp:
Aug 14, 2010, 4:59:43 PM (14 years ago)
Author:
Kyle Brogle <broglek@…>
Branches:
debian
Children:
c95ca32
Parents:
2ee7f19
git-author:
Kyle Brogle <broglek@…> (08/14/10 16:59:43)
git-committer:
Kyle Brogle <broglek@…> (08/14/10 16:59:43)
Message:

Added debconf to gutenbach-remctl to allow users to specify preferred mixer
and channel on install.

Fixed debconf prompts for gutenbach-server that still mentioned the old
method of queuing music

Added gutenbach team as uploaders to avoid Lintian NMU errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r9c0279e r2116615  
    55install:
    66        for d in $(DIRS); do (cd $$d; $(MAKE) install); done
     7clean:
     8        for d in $(DIRS); do (cd $$d; $(MAKE) clean); done
Note: See TracChangeset for help on using the changeset viewer.