X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=a5a7d5c79e94bb789c5f0a3156da65978931648c;hb=refs%2Fbuilds%2F20131217033055%2Fpspp;hp=bed99f40c9a44a023f0423083e2c3109f60123e2;hpb=fe8dc2171009e90d2335f159d05f7e6660e24780;p=pspp diff --git a/Makefile.am b/Makefile.am index bed99f40c9..a5a7d5c79e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,6 +40,7 @@ noinst_LTLIBRARIES= noinst_PROGRAMS= check_PROGRAMS= bin_PROGRAMS= +dist_man_MANS = DIST_HOOKS = INSTALL_DATA_HOOKS = UNINSTALL_DATA_HOOKS = @@ -49,7 +50,7 @@ LDADD = gl/libgl.la generate-changelog: if test -d $(top_srcdir)/.git; then \ - $(top_srcdir)/gitlog-to-changelog --since=2008-07-27 \ + $(top_srcdir)/build-aux/gitlog-to-changelog --since=2008-07-27 \ > $(distdir)/cl-t; \ rm -f $(distdir)/ChangeLog; \ mv $(distdir)/cl-t $(distdir)/ChangeLog; \ @@ -58,6 +59,7 @@ generate-changelog: DIST_HOOKS += generate-changelog +include $(top_srcdir)/build-aux/automake.mk include $(top_srcdir)/po/automake.mk include $(top_srcdir)/lib/automake.mk include $(top_srcdir)/doc/automake.mk