doc/automake.mk: Added eacute to the list of docbook entities which need to be mutated
[pspp-builds.git] / Makefile.am
index 78790a431da0dae13e2487c3ce7a8c82ce517ab7..28e9ffc6b250078acdc65da2ddebfc1bfee5dd52 100644 (file)
@@ -28,7 +28,7 @@ all_q_sources =
 pkgsysconfdir = $(sysconfdir)/$(PACKAGE)
 
 
-EXTRA_DIST = OChangeLog ONEWS config.rpath pspp-mode.el
+EXTRA_DIST = OChangeLog ONEWS pspp-mode.el
 
 CLEANFILES = 
 CLEAN_LOCAL =
@@ -45,10 +45,11 @@ INSTALL_DATA_HOOKS =
 UNINSTALL_DATA_HOOKS =
 PHONY =
 SUFFIXES = .q
+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;              \
@@ -62,6 +63,7 @@ include $(top_srcdir)/lib/automake.mk
 include $(top_srcdir)/doc/automake.mk
 include $(top_srcdir)/examples/automake.mk
 include $(top_srcdir)/src/automake.mk
+include $(top_srcdir)/utilities/automake.mk
 
 include $(top_srcdir)/tests/automake.mk