diff options
author | wl <wl> | 2012-12-30 06:52:53 +0000 |
---|---|---|
committer | wl <wl> | 2012-12-30 06:52:53 +0000 |
commit | 0a09a2c5e6caa6fe3c6d35558ae9fa77877b3a5f (patch) | |
tree | 0f5f8cf414bdbd06499bd44021ef3bd365d6e52b /src/libs/gnulib/m4/.cvsignore | |
parent | 5dfe522eb868ce2ac33cf162a189bcb196dda64c (diff) | |
download | groff-0a09a2c5e6caa6fe3c6d35558ae9fa77877b3a5f.tar.gz |
* src/libs/gnulib/*: Update `gnulib' files.
Because we currently don't support `gnulib-tool' directly but add
everything to the CVS repository, and many internal details of the
gnulib setup has changed, it is necessary to do redo the import.
. Temporarily rename `src/libs/gnulib' to `src/libs/gnulib.old'.
. Call
gnulib-tool --create-testdir \
--dir=src/libs/gnulib \
wcwidth
. Manually move directories `src/libs/gnulib/gl{lib,m4}' to
`src/libs/gnulib/{lib,m4}', and do `s/gllib/lib/' and `s/glm4/m4/'
in all files to `convert' the gnulib testbed to a standard gnulib
configuration as maintained by gnulib-tool. Additionally, remove
the directory `src/libs/gnulib/gltests' and the references to
`gltests' in all files.
(All of this could be done with a script, but I hope that this is
eventually replaced with migrating groff as a whole to gnulib and
its setup).
. Call
gnulib-tool --add-import \
--dir=src/libs/gnulib \
wcwidth
to update everything.
. Merge the changed, new, and deleted files into `gnulib.old',
delete `gnulib', rename `gnulib.old' to `gnulib', then commit.
Diffstat (limited to 'src/libs/gnulib/m4/.cvsignore')
-rw-r--r-- | src/libs/gnulib/m4/.cvsignore | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libs/gnulib/m4/.cvsignore b/src/libs/gnulib/m4/.cvsignore deleted file mode 100644 index 5a998d46..00000000 --- a/src/libs/gnulib/m4/.cvsignore +++ /dev/null @@ -1,4 +0,0 @@ -.deps -.dirstamp -configmake.m4 -gnulib-comp.m4 |