diff options
author | Norbert Preining <preining@logic.at> | 2008-01-13 22:31:25 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-01-13 22:31:25 +0000 |
commit | 5c22279bea757066e928d8dbe5f628e89a4f9d20 (patch) | |
tree | 8552a0a284aef3ba95712130276a299c391e86ad /Build/source/configure | |
parent | 0a893c4f259e3d5e05655b3aaced7d50a96747a5 (diff) |
add texcount to build process
git-svn-id: svn://tug.org/texlive/trunk@6220 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-x | Build/source/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/configure b/Build/source/configure index df38a4af988..3d77ddfbc41 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -4901,7 +4901,7 @@ test "$needs_obsdcompat" = yes \ subdirs="$subdirs libs" -PKGS='dialog lcdf-typetools lzma-utils mkjobtexmf pdfopen ps2eps psutils t1utils texi2html texinfo tpic2pdftex' +PKGS='dialog lcdf-typetools lzma-utils mkjobtexmf pdfopen ps2eps psutils t1utils texcount texi2html texinfo tpic2pdftex' ESUBDIRS= test -d utils || mkdir utils for pkg in $PKGS; do |