File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ 2016-12-04 Bruno Haible <bruno@clisp.org>
2+
3+ Update comments.
4+ * Makefile.devel: Update comments about release process.
5+
162016-12-04 Bruno Haible <bruno@clisp.org>
27
38 Create tarballs through an Automake-like "make dist" command.
Original file line number Diff line number Diff line change @@ -32,12 +32,17 @@ all : configures config.h.in \
3232
3333# Before making a new release:
3434# - check that the encoding lists in README and man/iconv_open.3 are up to date,
35+ # - check that the files in libcharset/lib/ are in sync with the gnulib modules
36+ # 'localcharset' and 'relocatable-lib-lgpl',
3537# - increment the version number in
3638# configure.ac
3739# include/iconv.h.in
3840# README
3941# - update the version info in lib/Makefile.in,
40- # - do "make -f Makefile.devel".
42+ # - $ ./autogen.sh
43+ # Making a new release:
44+ # - $ ./configure CPPFLAGS=-Wall; make; make check
45+ # - $ make dist
4146
4247
4348CONFIGURES = configure
You can’t perform that action at this time.
0 commit comments