summaryrefslogtreecommitdiff
path: root/admin/update_autogen
Commit message (Collapse)AuthorAgeFilesLines
...
* | * update_autogen: Find loaddefs targets rather than parsing lisp/Makefile.inGlenn Morris2014-06-291-4/+8
| | | | | | | | * lisp/Makefile.in: Comment.
* | * 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.Glenn Morris2014-03-201-6/+22
|/ | | | | (vcs): New variable. (status, commit, main): Handle git.
* * 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.Glenn Morris2013-12-121-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
* * admin/update_autogen (info_dir): Tweak commit message.Glenn Morris2013-12-111-1/+1
|
* Add support for auto-generating info/dirGlenn Morris2013-12-111-3/+75
| | | | | | | | | | | | | | | | | | | | * 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.
* Remove the autogen/ directoryGlenn Morris2013-11-041-0/+322
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.