annotate Makefile.cvs @ 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 507a42e3c48e
children 3cbda103e0ef
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
1 default: all
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
2
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 16
diff changeset
3 HOST=$(shell hostname)
b2f247463b83 better decoding of 7c blocks
carl
parents: 16
diff changeset
4
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
5 all:
386
f1f9920cc7b1 Add AM_GNU_GETTEXT macros
Paul Wise <pabs3@bonedaddy.net>
parents: 302
diff changeset
6 autopoint
128
7f747c8c9d02 cleanup installed headers
Carl Byington <carl@five-ten-sg.com>
parents: 35
diff changeset
7 libtoolize --force --copy
153
0b1766da9be8 use AM_ICONV for better portability of the library location.
Carl Byington <carl@five-ten-sg.com>
parents: 128
diff changeset
8 aclocal -I m4
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
9 autoheader
302
507a42e3c48e allow automake to add missing files
Carl Byington <carl@five-ten-sg.com>
parents: 183
diff changeset
10 automake --add-missing
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
11 autoconf
183
61be2c04d6ab prep for fedora build
Carl Byington <carl@five-ten-sg.com>
parents: 181
diff changeset
12 ./configure >/dev/null
181
3b04745ff76d prep for fedora build
Carl Byington <carl@five-ten-sg.com>
parents: 180
diff changeset
13 rm -rf html.internal
3b04745ff76d prep for fedora build
Carl Byington <carl@five-ten-sg.com>
parents: 180
diff changeset
14 doxygen
3b04745ff76d prep for fedora build
Carl Byington <carl@five-ten-sg.com>
parents: 180
diff changeset
15 tar cfz libpst.html.tar.gz html.internal