aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
Commit message (Expand)AuthorAge
* Update dependencies for making .po files in MakefileGravatar axel2007-01-09
* Redo the interface between fish and the completion pager. The old interface h...Gravatar axel2007-01-08
* Minor correction to script for extracting translation stringsGravatar axel2006-12-14
* Minor fix to help generation to avoid creating a stray doxygen file in share/manGravatar axel2006-12-13
* Makefile tweakage - make sure build messages suggest using correct make versionGravatar axel2006-11-30
* Simplify documentation building - again.Gravatar axel2006-11-23
* Fix missing man-page generation when building from darcs tree. Also simplifys...Gravatar axel2006-11-20
* Simplify Makefile by using a wildcard to specify help filesGravatar axel2006-11-20
* Update documentation display code to run roff on the client system instead of...Gravatar axel2006-11-18
* Tweak Makefile, including fixing slight dependency problemGravatar axel2006-11-11
* Fix build errorGravatar axel2006-11-02
* Use the same wording about license in Makefile and main.c.Gravatar axel2006-11-02
* Update to buildscripts to fix dependency issues caused by new documentation l...Gravatar axel2006-11-01
* Add table of contents to begining of documentation. This involves some restru...Gravatar axel2006-11-01
* Code beutification in build filesGravatar axel2006-10-31
* Make the fish manpage in Doxygen and add it to the main fish documentationGravatar axel2006-10-26
* Update dependency listGravatar axel2006-10-26
* Update makefile to not try to delete old config files during install, and ins...Gravatar axel2006-10-26
* Fix bug in sed scripts for generating configuration files from templates. Mul...Gravatar axel2006-10-23
* Remove /etc/fish file before creating directory with the same name to avoid c...Gravatar axel2006-10-20
* First stab at directory transition. Test with care...Gravatar axel2006-10-19
* Makefile.in: Update clean target to preserve builtin_help.c, user_doc, doc_sr...Gravatar James Vega2006-09-20
* New version of the xdg fix. Unlike the previous version, this one should actu...Gravatar axel2006-10-10
* Fix compilation issues in xdg library caused missing headers. Thanks to James...Gravatar axel2006-10-10
* Update dependency listGravatar axel2006-10-10
* First stab at multiline editingGravatar axel2006-10-02
* Make sure isatty docs are built into the main doc fileGravatar axel2006-09-20
* Ugly kludge to fix ugly header output from Doxygen in man-pagesGravatar axel2006-09-13
* Do not use the non-standard -i switch for sedGravatar axel2006-08-27
* Work around Doxygen bug in man-file generationGravatar axel2006-08-22
* Add horizontal ruler between documentation for builtins and commandsGravatar axel2006-08-22
* Do not use ! to negate shellscript results, this is unsupported on Solaris. T...Gravatar axel2006-08-11
* Added missing line continuation. Thanks to Netocrat.Gravatar axel2006-08-11
* Add missing files to make uninstallGravatar axel2006-08-10
* Add a few missing dependencies for the spec fileGravatar axel2006-08-09
* Add posix macros in configure.ac, not in Makefile, so that they will be honor...Gravatar axel2006-08-01
* Add _POSIX_C_SOURCE macro, to enable Posix mode of various headers. Should he...Gravatar axel2006-08-01
* Make sure install-sh is executable in the MakefileGravatar axel2006-07-31
* Reorder switches to msgfmt in makefile to make Solaris msgfmt happy. Thansk t...Gravatar axel2006-07-28
* Add missing Substitutions of prefix and optbindirs variables in share/fish.inGravatar axel2006-07-24
* Automatically sort manuals for builtins and commands when generating manualGravatar axel2006-07-22
* Add PACKAGE_TARNAME variable to makefile to make Debian packages happyGravatar axel2006-07-22
* Minor code edits. Use CHECK instead of a few error messages, add a few commen...Gravatar axel2006-07-21
* Update dependencies - This is needed to make fish build, since old dependenci...Gravatar axel2006-07-20
* Move over fish_interactive.fish to be created by the Makefile, not by AutoconfGravatar axel2006-07-20
* Make sure autoconf tells the Makefile whether gettext is installedGravatar axel2006-07-20
* Remove translate.c. The gettext fallback functionality is moved to fallback.c...Gravatar axel2006-07-20
* Fix for the autoconf-changes in the porevious patch. The LOCALEDIR macro shou...Gravatar axel2006-07-20
* Set value of install path macros like DATADIR from the Makefile, not automati...Gravatar axel2006-07-20
* Initialize etc/fish and share/fish from the Makefile, not automatically by Au...Gravatar axel2006-07-19