mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-07-23 11:20:32 +00:00
# Added script to build ChangeLogs
This commit is contained in:
Executable
+16
@@ -0,0 +1,16 @@
|
||||
#! /bin/sh
|
||||
|
||||
for dir in . po src doc; do
|
||||
(
|
||||
cd $dir && rcs2log -r -l \
|
||||
-u 'akim Akim Demaille [email protected]' \
|
||||
-u 'djm David J. MacKenzie [email protected]' \
|
||||
-u 'eggert Paul Eggert [email protected]' \
|
||||
-u 'friedman Noah Friedman [email protected]' \
|
||||
-u 'hag Daniel Hagerty [email protected]' \
|
||||
-u 'jthilo Jesse Thilo [email protected]' \
|
||||
-u 'meyering Jim Meyering [email protected]' \
|
||||
-u 'rms Richard Stallman [email protected]' \
|
||||
> ChangeLog
|
||||
)
|
||||
done
|
||||
Reference in New Issue
Block a user