4 cp licenses
/MIT.texinfo
doc
/license.texinfo
7 manual_filename
='babel'
10 subtitle
='draft version'
11 packages
='babel babel-encodings'
14 -e "s!%%MANUAL-FILENAME%%!$manual_filename!g" \
15 -e "s!%%SYSTEM%%!$system!g" \
16 -e "s!%%PACKAGES%%!$packages!g" \
17 -e "s!%%MANUAL-TITLE%%!$title!g" \
18 template.makefile
> doc
/Makefile
21 -e "s!%%MANUAL-FILENAME%%!$manual_filename!g" \
22 -e "s!%%MANUAL-TITLE%%!$title!g" \
23 -e "s!%%MANUAL-SUBTITLE%%!$subtitle!g" \
24 template.texinfo
> doc
/${manual_filename}.texinfo
26 echo "Done! See doc/ subdirectory for new files."