summaryrefslogtreecommitdiff
path: root/admin/update_autogen
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-25...960f90d * etc/AUTHORS: Update the AUTHORS file b21e9d4 * admin/update_autogen: Use #!/usr/bin/env bash Paul Eggert2016-04-241-1/+1
|\
| * * admin/update_autogen: Use #!/usr/bin/env bashNicolas Petton2016-04-221-1/+1
* | Do not require that .git be a directory...Problem reportyed by Phillip Lord. * admin/update_autogen, autogen.sh, build-aux/gitlog-to-emacslog: * configure.ac, make-dist: Do not require that .git be a directory, as 'git worktree' makes it a file and not a directory. Paul Eggert2016-04-131-1/+1
|/
* Update copyright year to 2016...Run admin/update-copyright. Paul Eggert2016-01-011-1/+1
* * admin/update_autogen (changelog_files): Remove gitlog-to-emacslog.Glenn Morris2015-06-071-1/+1
* Avoid unnecessary bumping of Makefile.in's timestamp....* Makefile.in (gen_origin): Move to gitlog-to-emacslog. (emacslog): New variable. (ChangeLog): Use $emacslog. Don't pass $gen_origin. (unchanged-history-files): Use $emacslog rather than Makefile.in. (change-history-nocommit): Store hash in $emacslog. * build-aux/gitlog-to-emacslog (gen_origin): Move default here. * admin/update_autogen (changelog_files): Update for the above. Glenn Morris2015-05-061-1/+1
* * admin/update_autogen: Add option to update ChangeLog....(usage): Mention -H. (changelog_flag, changelog_n, changelog_files): New variables. (main): Check for -H, and maybe run change-history-nocommit. Glenn Morris2015-05-061-1/+15
* * admin/update_autogen (commit): Switch prefix from "# " to "; ".Glenn Morris2015-03-311-1/+1
* Merge from origin/emacs-24...e13e3bd * admin/update_autogen (commit): Prepend "# " to commit message. Fabián Ezequiel Gallina2015-01-281-1/+1
|\
| * * admin/update_autogen (commit): Prepend "# " to commit message.Glenn Morris2015-01-021-1/+1
| * Update copyright year to 2015...Run admin/update-copyright. Paul Eggert2015-01-011-1/+1
| * * admin/update_autogen (commit): Revert earlier change....This was based on a misunderstanding due to the mess that had been made in trunk of this file and its ChangeLog. Glenn Morris2014-12-011-4/+0
| * * admin/update_autogen (commit): With git, call "add" before "commit".Glenn Morris2014-12-011-0/+4
* | Update copyright year to 2015...Run admin/update-copyright. Paul Eggert2015-01-011-1/+1
* | * admin/update_autogen: Fix bogosity introduced in 2014-11-16 merge.Glenn Morris2014-12-011-8/+1
* | Merge from emacs-24Stefan Monnier2014-11-161-2/+11
|\|
| * Backport 2014-06-30 admin/update_autogen change...* admin/update_autogen: Auto-detect VCS in use. (vcs): New variable. (status, commit, main): Handle git. Glenn Morris2014-11-151-6/+22
* | Git transition patch...All bzr revision IDS, and all CVS revision IDs for which a commit could be identified, were changed to time-date!committer version stamps. All .cvsignore files in the history became .gitignore files. Fixes-bug annotations from bzr were copied into the corresponding commit comments. (The first .cvsignore commit was 1999-09-30T14:07:54Z!fx@gnu.org>. The last CVS commit was <2009-12-27T08:11:12Z!cyd@stupidchicken.com>) Committer/author email addresses are generally correct for the transition day, not necessarily when the commit was originally made. Eric S. Raymond2014-11-111-6/+1
* | * update_autogen: Find loaddefs targets rather than parsing lisp/Makefile.in...* lisp/Makefile.in: Comment. Glenn Morris2014-06-291-4/+8
* | * admin/update_autogen: Remove need to cd into/out of lisp/.Glenn Morris2014-06-281-8/+3
* | * admin/update_autogen: Auto-detect VCS in use....(vcs): New variable. (status, commit, main): Handle git. Glenn Morris2014-03-201-6/+22
|/
* * admin/update_autogen (status): New function. Use throughout.Glenn Morris2014-01-131-53/+32
* * admin/update_autogen: Fix sed bug that was losing the last AUTOGEN_VCS.Glenn Morris2014-01-101-2/+3
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Stop keeping info/dir in the repository....* build-aux/dir_top: Move here from admin/. * build-aux/make-info-dir: New script. * Makefile.in (bootstrap-clean): Delete info/. (info-dir, ${srcdir}/info/dir): New rules. (info): Also make info-dir. (check-info): Rename from check-info-dir. Instead of info/dir entries, check @dircategory in info/*.info. * make-dist: Use `info' rule rather than `info-real'. No more info/COPYING (not even the right license for info/ files). * info/: Remove from repository. * admin/update_autogen (info_dir): Use dir_top from build-aux/ rather than admin/. * .bzrignore: Ignore info/ altogether. * doc/emacs/Makefile.in: Comment. Glenn Morris2013-12-121-4/+5
* * admin/update_autogen (info_dir): Tweak commit message.Glenn Morris2013-12-111-1/+1
* Add support for auto-generating info/dir...* admin/update_autogen: Add option to generate info/dir. (Usage): Add -I. (info_flag): New variable. (-I): New option. (doc): Maybe check its status. (info_dir): New function. * admin/dir_top: New file. * doc/emacs/emacs.texi: * doc/lispintro/emacs-lisp-intro.texi: * doc/lispref/elisp.texi: * doc/misc/autotype.texi, doc/misc/cc-mode.texi, doc/misc/ediff.texi: * doc/misc/ert.texi, doc/misc/htmlfontify.texi, doc/misc/ido.texi: * doc/misc/octave-mode.texi, doc/misc/org.texi, doc/misc/srecode.texi: * doc/misc/todo-mode.texi, doc/misc/tramp.texi: Sync direntry with info/dir version. Glenn Morris2013-12-111-3/+75
* Remove the autogen/ directory...Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00806.html * autogen: Remove directory. Move update_autogen to admin/. * autogen.sh: Remove reference to copy_autogen. * GNUmakefile (configure): * Makefile.in (bootstrap): Do not try to run copy_autogen. * config.bat: Use msdos/autogen rather than autogen. * admin/update_autogen: Move here from ../autogen. (usage): Update. Remove -l, add -A. (autogendir): New variable. (ldefs_flag): Default to set. (genfiles): Reduce to only ms-dos relevant files. (main): Make checking autogen sources optional. Make copying of autogen files optional. * msdos/autogen/config.in: * msdos/autogen/Makefile.in: Move here from ../autogen. * nt/INSTALL: Remove reference to copy_autogen. * nt/config.nt: Comment. Glenn Morris2013-11-041-0/+322