Mercurial > libpst
annotate html/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 | 06d759f640f6 |
children |
rev | line source |
---|---|
181 | 1 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ |
182
b65e8d0a088a
more cleanup on external names in the shared object file
Carl Byington <carl@five-ten-sg.com>
parents:
181
diff
changeset
|
2 htmldeveldir = ${datadir}/doc/@PACKAGE@-@VERSION@/devel |
221
06d759f640f6
fedora 11 has python2.6, remove pdf version of the man pages
Carl Byington <carl@five-ten-sg.com>
parents:
182
diff
changeset
|
3 html_DATA = $(wildcard *.html) |
181 | 4 htmldevel_DATA = $(wildcard devel/*) |
5 EXTRA_DIST = $(html_DATA) $(htmldevel_DATA) | |
182
b65e8d0a088a
more cleanup on external names in the shared object file
Carl Byington <carl@five-ten-sg.com>
parents:
181
diff
changeset
|
6 |