summaryrefslogtreecommitdiff
path: root/Doc/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2025-02-04unposted: remove a few more files by 'make clean'Jun-ichi Takimoto1-1/+1
Doc/zsh.{idx,kys} and Etc/FAQ{01-06}.html. These files are already in .gitignore
2025-01-3053336: avoid GNU make specific use of $< in a non-inference ruleOliver Kiddle1-3/+3
2024-11-1253137 + 53213: support creating intro.htmlJun-ichi Takimoto1-3/+10
2024-08-3153056: new zsh/random module defining an SRANDOM parameter and zrand_float() ↵Clinton Bunch1-1/+1
and zrand_int() math functions
2024-06-2452968: use pdfroff to create intro.pdfJun-ichi Takimoto1-5/+3
roff2ps is removed in groff-1.23.0 (Jul. 2023). The "doubled output" problem was fixed in groff-1.22.3 (Nov. 2014).
2024-02-1552535: documentation for highlight groups and layersOliver Kiddle1-1/+2
2023-06-1951862: support texinfo-7.0Jun-ichi Takimoto1-1/+2
2023-03-0551485: module for several ksh93 features, mostly enabled only in ksh emulation.Bart Schaefer1-1/+1
2021-11-0249534, 49539: separate watch/log functionality out into a moduleOliver Kiddle1-0/+1
2018-11-0543760: add documentation for true colour changes and nearcolor moduleOliver Kiddle1-1/+2
2018-10-1643692: Generate man pages in the build dir, rather than the source dir.Daniel Shahaf1-6/+6
The following files are still generated in the source dir (in out-of-tree builds): Doc/Zsh/manmodmenu.yo Doc/Zsh/modlist.yo Doc/Zsh/modmenu.yo Doc/version.yo Doc/zsh.idx Doc/zsh.texi META-FAQ
2018-09-0743404 (after 43392): Fix 'make install' in out-of-tree buildsDaniel Shahaf1-3/+3
2018-09-0643392: dist: Generate doc/help/* and doc/help.txt in builddir rather than ↵Daniel Shahaf1-4/+3
srcdir. Fixes creating tarballs in out-of-tree builds. While here, remove the instruction to build zsh before building a tarball, since that's unneeded.
2018-07-17Remove ftp_sites.yo from Makefile.inPeter Stephenson1-3/+3
2016-03-0838108: enable to create both zsh_{a4,us}.pdfJun-ichi Takimoto1-20/+30
Default paper size is taken from LC_PAPER. Stop to check for pdfetex (obsolete and redundant).
2015-11-0837081: new module zsh/param/private for private-scoped parameters in functionsBarton E. Schaefer1-2/+2
2015-05-2335255: if available, use texi2any instead of texi2htmlJun-ichi Takimoto1-5/+9
2015-01-2534350, 34353: document zsh/db/gdbm module, clean up a few things in the codeBarton E. Schaefer1-1/+1
Still core dumps at this revision if the tied parameter is forced to be a local and is not untied before end of scope.
2014-09-2033209: allow dummy zsh.texi if yodl not available.Tanu Kaskinen1-2/+4
Removes catastrophic make failure so rest of make can finish.
2014-08-1232975, 32984: texi2html.conf location inconsistent in makefileAxel Beckert1-3/+3
2014-03-0332289: Doc: Add zsh version to footer in HTML documentation.Simon Ruderich1-2/+8
2014-02-0232338: create empty help.txt so lack of helpfiles does not break the buildBarton E. Schaefer1-1/+2
2013-11-2532045 (adjusted by 32047): use makefile dependencies to determine whether toBarton E. Schaefer1-7/+8
rebuild helpfiles
2013-11-2332031 plus missed _run_help: get helpfiles install path corect in functionsPeter Stephenson1-1/+0
2013-11-1832008: complete "." and ":" for run-help, clean Doc/help in makeMartin Vaeth1-2/+3
2013-11-15Martin Vaeth: 31988 (plus missing semicolon): remove LC_CTYPE heuristics, ↵Barton E. Schaefer1-1/+1
assure clean environment, force LANG=C
2013-11-1231959 (plus tweak to .gitignore): make help files during installationMartin Vaeth1-5/+32
2012-08-13Jesse Weinstein: 30607: Doc/Makefile.in: fix ancient CodlPeter Stephenson1-2/+2
dependendency problems
2012-07-2730590: Work around problem turning intro.ms into PDFPeter Stephenson1-3/+9
2012-04-1430402: turn intro.ms into intro.pdf for doc distributionPeter Stephenson1-1/+4
2011-10-1229815: include mod_langinfo in documentationMikael Magnusson1-1/+1
2011-04-3029114: use same FTP sites list in FAQ and META-FAQ.Peter Stephenson1-4/+6
2009-05-30Jesse W: 27024: allow overriding TEXI2HTML.Peter Stephenson1-1/+1
2009-05-25Ingmar Vanhassel: 26990: tidy up more HTML filesPeter Stephenson1-2/+2
2009-04-1626839: add --node-files option to texi2htmlPeter Stephenson1-1/+1
2009-03-03Mikael Magnusson: 26670: add zsh/attr modulePeter Stephenson1-1/+1
2008-10-3025958: make it possible to get docs for startup files correctPeter Stephenson1-0/+8
2008-04-2624876: Jun T.: don't install manual pages if emptyPeter Stephenson1-0/+1
2008-02-2724617: add '.' to the yodl include path for when files are passed as ↵Clint Adams1-2/+2
../../Doc/*.yo.
2008-02-014.3.5Peter Stephenson1-1/+0
2008-02-0124506: make ZSH_VERSIONSUFFIX propagate to somewhere useful.Clint Adams1-0/+1
2007-11-20????? & 24104: attempt to fix error message on Tru64 UnixPeter Stephenson1-1/+1
24103: fix zsh.texi dependency on version 24104: dont search for ncurses library if no ncurses.h
2007-10-1423954: documentation for zsh/curses module.Clint Adams1-1/+1
2007-05-0123375: Phil Pennock: =~, zsh/regex etc. etc.Peter Stephenson1-1/+1
2006-12-1723060: make everything in Doc makes infoPeter Stephenson1-1/+1
2006-12-0423028: use texi2pdf where availablePeter Stephenson1-1/+5
2006-12-01c.f. 23023: new calendar function system.Peter Stephenson1-1/+4
2006-04-11Use the --info-dir option with install-info instead of --dir-file.Wayne Davison1-1/+1
2006-03-2022360, 22365: support version 2 of YodlPeter Stephenson1-2/+2
2005-10-2121898: insert-composed-char can take command line argumentPeter Stephenson1-1/+4
21899: add "roadmap" to manual