Update the documentation to match the new Program Arguments dialog.
[kdbg.git] / Makefile.am
blob1c6f687f029f69c1782cbc29098e230704e6662a
1 SUBDIRS = kdbg po
3 # not a GNU package. You can remove this line, if 
4 # have all needed files, that a GNU package needs
5 AUTOMAKE_OPTIONS = foreign 
7 EXTRA_DIST = BUGS ChangeLog COPYING TODO admin
9 $(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs
10         cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ;
12 $(top_srcdir)/subdirs:
13         cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
15 $(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
16         @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
18 MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files 
20 package-messages:
21         $(MAKE) -f admin/Makefile.common package-messages
22         $(MAKE) -C po merge
24 dist-hook:
25         cd $(top_distdir) && perl admin/am_edit -padmin
26         cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs