aboutsummaryrefslogtreecommitdiffstats
path: root/admin/upload-manuals (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
|
* ; Fix admin/upload-manuals scriptEli Zaretskii2023-07-301-4/+9
| | | | | | | * admin/upload-manuals (html_mono): Chdir to the right directory before committing. (html_node): Avoid computing $stale in newly-created or empty directories.
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
|
* Add admin/emacs-shell-lib for shared bash codeStefan Kangas2022-10-191-9/+1
| | | | | | | | | | * admin/emacs-shell-lib: New file for shared bash code. * admin/automerge: * admin/diff-tar-files: * admin/emacs-shell-lib: * admin/make-manuals: * admin/update_autogen: * admin/upload-manuals: Simplify and improve using above new library.
* Use "set -o nounset" in bash scriptsStefan Kangas2022-09-201-0/+1
| | | | | | | | * admin/automerge: * admin/make-manuals: * admin/update-copyright: * admin/update_autogen: * admin/upload-manuals: Use "set -o nounset".
* Update and fix instructions and scripts for updating the Web pagesEli Zaretskii2022-04-081-1/+4
| | | | | | | | | | | | * admin/admin.el (manual-html-fix-index-2): Support Texinfo 6.8 and later by not converting TOC menus into tables. (Bug#49719) * admin/upload-manuals (New directory): Invoke "cvs add" in $webdir, to pick up the correct CVSROOT. * admin/make-tarball.txt: Update the section about the Emacs Web pages. * etc/refcards/Makefile (pl-refcard.dvi): If mex.fmt cannot be found, invoke 'mex' instead of 'tex'.
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
|
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright".
* ; Maintainer header updatesGlenn Morris2020-07-311-0/+1
|
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* * admin/upload-manuals: Move a basic check earlier.Glenn Morris2019-09-151-3/+3
|
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| | | | Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
* Automate upload of Emacs manuals to gnu.orgGlenn Morris2018-07-051-0/+376
* admin/make-manuals, admin/upload-manuals: New scripts. * admin/admin.el (make-manuals, make-manuals-dist): Handle batch mode. * admin/make-tarball.txt: Update web-page details.