~ubuntu-branches/ubuntu/trusty/apt/trusty

« back to all changes in this revision

Viewing changes to vendor/steamos/makefile

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2014-02-07 21:03:22 UTC
  • mfrom: (1.4.80 sid)
  • Revision ID: package-import@ubuntu.com-20140207210322-s7f833aga98ibdkm
Tags: 0.9.15.1ubuntu1
mergedĀ fromĀ debian/sid

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- make -*-
 
2
BASE=../..
 
3
SUBDIR=vendor/steamos
 
4
 
 
5
# Bring in the default rules
 
6
include ../../buildlib/defaults.mak
 
7
 
 
8
doc binary manpages: sources.list
 
9
 
 
10
sources.list: sources.list.in ../../doc/apt-verbatim.ent
 
11
        sed -e 's#&stable-codename;#$(shell ../getinfo debian-stable-codename)#g' $< | sed -e 's#&steamos-codename;#$(shell ../getinfo current-distro-codename)#g' > $@