Skip to content

Commit 6d350bc

Browse files
committed
Update comments.
1 parent 6780228 commit 6d350bc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2016-12-04 Bruno Haible <bruno@clisp.org>
2+
3+
Update comments.
4+
* Makefile.devel: Update comments about release process.
5+
16
2016-12-04 Bruno Haible <bruno@clisp.org>
27

38
Create tarballs through an Automake-like "make dist" command.

Makefile.devel

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

4348
CONFIGURES = configure

0 commit comments

Comments
 (0)