X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=48ec5073668fc7681f803ff0ae9a686d82c02e56;hb=5cdb1f83c37674ee6d588bb0104729d564012ecb;hp=bed99f40c9a44a023f0423083e2c3109f60123e2;hpb=a1731b6d1de448afb3a1b3ba7b774dcb50d543a4;p=pspp-builds.git diff --git a/Makefile.am b/Makefile.am index bed99f40..48ec5073 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; \