comparison Makefile.am @ 386:f1f9920cc7b1

Add AM_GNU_GETTEXT macros AM_ICONV relies on config.rpath and autopoint/gettextize will only copy these in when the AM_GNU_GETTEXT macros are present. This is needed for the next commit that deletes config.rpath since it is cruft that should be copied in by autotools not embedded. Run autopoint to copy in config.rpath and leave it to automake to copy into the tarball.
author Paul Wise <pabs3@bonedaddy.net>
date Sat, 21 Dec 2019 21:25:44 +0800
parents cb67b335afcc
children
comparison
equal deleted inserted replaced
385:0917d53d78b3 386:f1f9920cc7b1
3 SUBDIRS = src python man html 3 SUBDIRS = src python man html
4 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ 4 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@
5 html_DATA = AUTHORS COPYING ChangeLog NEWS README 5 html_DATA = AUTHORS COPYING ChangeLog NEWS README
6 CLEANFILES = xml/libpst xml/Makefile 6 CLEANFILES = xml/libpst xml/Makefile
7 7
8 EXTRA_DIST = config.rpath Doxyfile libpst.html.tar.gz libpst.spec $(wildcard xml/M*) $(wildcard xml/h*) $(wildcard xml/lib*) 8 EXTRA_DIST = Doxyfile libpst.html.tar.gz libpst.spec $(wildcard xml/M*) $(wildcard xml/h*) $(wildcard xml/lib*)
9 9
10 if !STATIC_TOOLS 10 if !STATIC_TOOLS
11 pkgconfigdir = $(libdir)/pkgconfig 11 pkgconfigdir = $(libdir)/pkgconfig
12 pkgconfig_DATA = libpst.pc 12 pkgconfig_DATA = libpst.pc
13 endif 13 endif