~ubuntu-branches/ubuntu/wily/kbibtex/wily

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Package Import Robot
  • Author(s): Michael Hanke
  • Date: 2011-07-18 09:29:48 UTC
  • mfrom: (1.1.6) (2.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20110718092948-ksxjmg7kdfamolmg
Tags: 0.3-1
* First upstream release for KDE4 (Closes: #634255). A number of search
  engines are still missing, in comparison to the 0.2 series.
* Bumped Standards-Version to 3.9.2, no changes necessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS = $(TOPSUBDIRS) man xslt doc po
2
 
 
3
 
$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs
4
 
        cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ;
5
 
 
6
 
$(top_srcdir)/subdirs:
7
 
        cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
8
 
 
9
 
$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
10
 
        @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
11
 
 
12
 
MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files 
13
 
 
14
 
package-messages:
15
 
        cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common package-messages
16
 
        $(MAKE) -C po merge
17
 
 
18
 
EXTRA_DIST = admin COPYING configure.in.in
19
 
 
20
 
dist-hook:
21
 
        cd $(top_distdir) && perl admin/am_edit -padmin
22
 
        cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs