From b4f5578f4dbc7c4d3770458196720cc7f1e880ba Mon Sep 17 00:00:00 2001 From: ntrifunovic Date: Mon, 18 Dec 2006 02:18:30 +0000 Subject: [PATCH] Updated buildrelease.pl for the 2.0 source code structure git-svn-id: http://svn.code.sf.net/p/utfcpp/code@76 a809a056-fc17-0410-9590-b4f493f8b08e --- v2_0/buildrelease.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2_0/buildrelease.pl b/v2_0/buildrelease.pl index 6df3ed9..ed3a17b 100755 --- a/v2_0/buildrelease.pl +++ b/v2_0/buildrelease.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl -$release_files = 'source/utf8.h doc/utf8cpp.html doc/ReleaseNotes'; +$release_files = 'source/utf8.h source/utf8/core.h source/utf8/checked.h source/utf8/unchecked.h doc/utf8cpp.html doc/ReleaseNotes'; # First get the latest version `svn update`;