~mvo/update-manager/pae-kernel-transtion

« back to all changes in this revision

Viewing changes to distribution-data/Makefile.am

  • Committer: Michael Vogt
  • Date: 2005-11-15 13:18:07 UTC
  • Revision ID: egon@top-20051115131807-12fada324eb74180
* initial revision (after accidently killing it)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%.info: %.info.in
 
2
        sed 's/^_//g' < $< > $@
 
3
        $(INTLTOOL_EXTRACT) --type=gettext/rfc822deb $<
 
4
 
 
5
datadir=$(prefix)/share/update-manager
 
6
dinfodir = $(datadir)/dists
 
7
dinfo_DATA = Debian.info Ubuntu.info
 
8
 
 
9
EXTRA_DIST= $(dinfo_DATA)
 
10
 
 
11
CLEANFILES = $(dinfo_DATA) $(dinfo_DATA:.info=.info.in.h)