Distribute UTF8-for-cpp.
* utf8/doc/ReleaseNotes, utf8/doc/utf8cpp.html, utf8/utf8.h, utf8/utf8/checked.h, utf8/utf8/core.h, utf8/utf8/unchecked.h: New files. * Makefile.am (EXTRA_DIST): Distribute them.
This commit is contained in:
parent
80a9c3e219
commit
403170f5c8
7 changed files with 2758 additions and 1 deletions
|
|
@ -38,8 +38,11 @@ endif
|
|||
|
||||
SUBDIRS = $(MAYBE_BUDDY) $(MAYBE_LBTT) $(NEVER_BENCH) doc src wrap ltdl iface
|
||||
|
||||
UTF8 = utf8/doc/ReleaseNotes utf8/doc/utf8cpp.html utf8/utf8.h \
|
||||
utf8/utf8/checked.h utf8/utf8/core.h utf8/utf8/unchecked.h
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
EXTRA_DIST = HACKING ChangeLog.1 tools/gitlog-to-changelog
|
||||
EXTRA_DIST = HACKING ChangeLog.1 tools/gitlog-to-changelog $(UTF8)
|
||||
|
||||
dist-hook: gen-ChangeLog
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue