summaryrefslogtreecommitdiff
path: root/doc/lispref/makefile.w32-in
Commit message (Collapse)AuthorAgeFilesLines
* Remove files used by the old MS-Windows specific build procedureEli Zaretskii2015-08-151-128/+0
| | | | | | | | | | * nt/configure.bat: Remove everything except the blurb about the new build procedure. * make-dist: Remove references to makefile.w32-in in various directories, and to files in nt/ that were deleted. * etc/NEWS: Mention the fact that the files were dropped.
* Minor quoting etc. fixes to lispref manualPaul Eggert2015-04-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | * doc/lispref/tips.texi (Documentation Tips): Distinguish more clearly among grave accent, apostrophe, and single quote. * doc/lispref/README, doc/lispref/buffers.texi: * doc/lispref/commands.texi, doc/lispref/control.texi: * doc/lispref/customize.texi, doc/lispref/display.texi: * doc/lispref/elisp.texi, doc/lispref/files.texi: * doc/lispref/frames.texi, doc/lispref/hash.texi: * doc/lispref/help.texi, doc/lispref/internals.texi: * doc/lispref/loading.texi, doc/lispref/makefile.w32-in: * doc/lispref/markers.texi, doc/lispref/modes.texi: * doc/lispref/nonascii.texi, doc/lispref/objects.texi: * doc/lispref/os.texi, doc/lispref/positions.texi: * doc/lispref/strings.texi, doc/lispref/syntax.texi: * doc/lispref/text.texi, doc/lispref/tips.texi: * doc/lispref/two-volume-cross-refs.txt, doc/lispref/windows.texi: Use American-style double quoting in ordinary text, and quote 'like this' when single-quoting in ASCII text. Also, fix some minor spacing issues.
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| | | | Run admin/update-copyright.
* * doc/lispref/functions.texi (Advising Functions): New section.Stefan Monnier2014-01-101-1/+0
| | | | | | | | | | | * doc/lispref/modes.texi (Running Hooks): Don't document with-wrapper-hook and run-hook-wrapped any more. (Hooks): Link to the new Advising Functions node. * doc/lispref/elisp.texi (Top): Don't include advice.texi. * doc/lispref/advice.texi: Remove. * doc/lispref/makefile.w32-in (srcs): * doc/lispref/Makefile.in (srcs): Adjust accordingly. * doc/misc/cl.texi (Function Bindings): Fix incorrect description of cl-let.
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
|
* Give info files the .info extensionGlenn Morris2012-05-031-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref http://lists.gnu.org/archive/html/emacs-devel/2012-04/msg00354.html * configure.in (INFO_EXT, INFO_OPTS): New output variables. * doc/emacs/Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure. (info, infoclean): Use $INFO_EXT. ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT. * doc/emacs/makefile.w32-in (INFO_EXT, INFO_OPTS): New. (INFO_TARGETS): Use $INFO_EXT. ($(infodir)/emacs$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT, and -o. * doc/lispintro/Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure. (info, infoclean): Use $INFO_EXT. (${infodir}/eintr$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT. * doc/lispintro/makefile.w32-in (INFO_EXT, INFO_OPTS): New. (INFO_TARGETS, clean): Use $INFO_EXT. ($(infodir)/eintr$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT. * doc/lispref/Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure. (info, infoclean): Use $INFO_EXT. ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT. * doc/lispref/makefile.w32-in (INFO_EXT, INFO_OPTS): New. (info, maintainer-clean): Use $INFO_EXT. ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT. * doc/misc/Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure. (INFO_TARGETS): Use $INFO_EXT. Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o. * doc/misc/makefile.w32-in (INFO_EXT, INFO_OPTS): New. (INFO_TARGETS): Use $INFO_EXT. Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
* * doc/lispref/Makefile.in (srcs): Remove back.texi (which is unused).Glenn Morris2012-04-251-1/+0
| | | | * doc/lispref/makefile.w32-in (srcs): Same.
* * doc/lispref/makefile.w32-in (srcs): Remove locals.texi.Glenn Morris2012-02-271-2/+1
|
* doc/lispref/makefile.w32-in small fixesGlenn Morris2012-01-271-6/+1
| | | | | * doc/lispref/makefile.w32-in (texinputdir): Fix (presumed) typo. (VERSION, manual): Remove, unused.
* * doc/lispref/makefile.w32-in (texinputdir): Copy previous Makefile.in change.Glenn Morris2012-01-251-1/+1
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Allow building manuals with Texinfo before v4.12.Eli Zaretskii2011-03-091-1/+1
| | | | | | | | | | doc/lispref/intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding. doc/lispref/makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding. doc/lispref/elisp.texi: Use ISO-8859-1 in @documentencoding. doc/emacs/ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding. Use Texinfo @-commands for non Latin-1 characters. doc/emacs/emacs.texi: Use ISO-8859-1 in @documentencoding. doc/emacs/makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
* doc/lispref/makefile.w32-in (srcs): Add package.texi.Juanma Barranquero2011-03-061-0/+1
|
* Fix doc/*/makefile.w32-in according to ↵Eli Zaretskii2011-01-291-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-01-23T10:22:21Z!wl@gnu.org-2011-01-23T10:38:14Z!wl@gnu.org. doc/lispref/makefile.w32-in (texinfodir): New variable. (usermanualdir): Remove as redundant with $(emacsdir). (MAKEINFO): Remove options, leave only program name. (MAKEINFO_OPTS): New variable. (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS). doc/emacs/makefile.w32-in (MAKEINFO): Remove options, leave only program name. (MAKEINFO_OPTS): New variable. (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS). (emacs.html): New target. (clean): Remove emacs.html. doc/misc/makefile.w32-in (MAKEINFO): Remove options, leave only program name. (MAKEINFO_OPTS): New variable. (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS). ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode) ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl) ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff) ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus) ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve) ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex) ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc) ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget) ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc) ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse) ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp) ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org) ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode) ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert) ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth) ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic) ($(infodir)/edt): Use $(MAKEINFO_OPTS).
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | Fix building manuals on MS-Windows using emacsver.texi.Eli Zaretskii2010-10-091-2/+8
|/ | | | | | | | | | misc/makefile.w32-in (emacsdir): New variable. ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi. (ENVADD, $(infodir)/efaq): Add -I$(emacsdir). emacs/makefile.w32-in (EMACSSOURCES): Add emacsver.texi. lispref/makefile.w32-in (emacsdir): New variable. (srcs): Add emacsver.texi. ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* (distclean): Remove makefile.Eli Zaretskii2008-06-201-0/+1
|
* (manual): Use "23" rather than "21".Glenn Morris2008-06-151-1/+2
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-161-6/+5
|
* Revert last changeJason Rumney2008-02-061-2/+2
|
* * makefile.w32-in (info): Depend on $(infodir)/dirJason Rumney2008-02-051-2/+2
| | | | ($(infodir)/dir): Depend on info files.
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+2
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
* (infodir, texinputdir): Go up one more level.Glenn Morris2007-09-061-3/+3
| | | | (usermanualdir): Change from ../man to ../emacs.
* Move here from ../../lisprefGlenn Morris2007-09-061-0/+123