~ubuntu-branches/ubuntu/utopic/lebiniou/utopic

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Package Import Robot
  • Author(s): Olivier Girondel
  • Date: 2012-04-22 22:07:40 UTC
  • mfrom: (6.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120422220740-xncgwhc3g71nopnu
Tags: 3.18-1
* New upstream release 3.18.
* Support older libswscale.
* Add missing Build-Depends: libfreetype6-dev, libasound2-dev,
  libpulse-dev. (Closes: #669437)

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
lebiniou.1.keys: src/events.c.in src/man.awk
14
14
        @echo "Generating "$@
15
 
        @$(AWK) -f $(DESTDIR)$(srcdir)/src/man.awk $< > $@
 
15
        @$(AWK) -f $(DESTDIR)$(srcdir)/src/man.awk $(DESTDIR)$(srcdir)/src/events.c.in > $@
16
16
 
17
17
CLEANFILES = lebiniou.1.head lebiniou.1.tail lebiniou.1.keys lebiniou.1
18
18