aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
Commit message (Expand)AuthorAge
* Fix for https://github.com/fish-shell/fish-shell/issues/79Gravatar ridiculousfish2012-07-09
* Large set of changes related to making fish relocatable, and improving the bu...Gravatar ridiculousfish2012-07-08
* only touch user_doc if doxygen installedGravatar David Adam (zanchey)2012-06-17
* make clean should remove all generated documentationGravatar David Adam (zanchey)2012-06-17
* correcting path of man-pages to ./man/man1/ instead of ./man/Gravatar Peter Feigl2012-06-15
* Disable internalized scriptsGravatar ridiculousfish2012-06-01
* Fix for annoying messages when launching on SnowLeopardGravatar Peter Ammon2012-05-30
* Fix to (really) no longer require Doxygen to build fishGravatar ridiculousfish2012-05-29
* Tweaked Makefile.in to show off a few of our new featuresGravatar ridiculousfish2012-05-17
* Make key_reader build and workGravatar ridiculousfish2012-05-09
* Moved some Python scripts into new share/tools/ directory.Gravatar ridiculousfish2012-03-25
* Added term256 support to set_color toolGravatar ridiculousfish2012-03-13
* Implemented test as a builtin (!)Gravatar ridiculousfish2012-03-07
* Added postforkGravatar ridiculousfish2012-02-29
* Change to allow building without doxygenGravatar ridiculousfish2012-02-20
* Added color.h, color.cpp. Got term256 colors working.Gravatar ridiculousfish2012-02-12
* Final removal of halloc. It's like Christmas Morning.Gravatar ridiculousfish2012-02-09
* Changed the Makefile to no longer fail if man pages are missing, etc.Gravatar ridiculousfish2012-02-09
* Fix to finally make builtin_scripts.h and builtin_scripts.cpp be generated by...Gravatar ridiculousfish2012-01-29
* New file autoload.h that will ultimately handle autoloading completions and f...Gravatar ridiculousfish2012-01-25
* Changes to make completions internalized scripts.Gravatar Peter Ammon2012-01-15
* More work towards incorporating C++ build steps into Makefile.in and configur...Gravatar ridiculousfish2012-01-06
* Fix to incorporate C++ build changes into configure.ac and Makefile.inGravatar ridiculousfish2012-01-06
* Updated dependencies in Makefile.inGravatar ridiculousfish2012-01-05
* Incorporate Siteshwar's patch for building on LinuxGravatar ridiculousfish2012-01-05
* Makefile: test for xsel directory before trying to clean it.Gravatar Dylan Smith2010-12-02
* Makefile: Provide PACKAGE_TARNAME for autoconf default docdirGravatar Dylan Smith2010-11-22
* add prof targetGravatar Grissiom2010-10-05
* fix bug in build debug targeGravatar Grissiom2010-10-05
* use $() in Makefile var expansionGravatar Grissiom2010-09-18
* configure xsel in configure phaseGravatar Grissiom2010-09-18
* make clean should clean xsel and make distclean should delete itGravatar Grissiom2010-09-18
* use variables as xsel targetGravatar Grissiom2010-09-18
* don't make xsel in subshellGravatar Grissiom2010-09-18
* remove trialing spaces #2Gravatar Grissiom2010-09-18
* upgrade xsel to 1.2.0Gravatar Grissiom2010-09-18
* Fix slightly wrong LD_FLAG in MakefileGravatar axel2009-02-01
* Raname main.c into fish.c. NAme makes more sense.Gravatar liljencrantz2008-01-13
* Remove mention of fish_inputrc in install scripts. The file no longer exists.Gravatar liljencrantz2007-10-14
* Drop tokenizer.o from list of objects to include into fish_pager, since it wa...Gravatar liljencrantz2007-09-26
* Remove generated versions of scripts on 'make clean'Gravatar liljencrantz2007-09-21
* Add a 'generic' type of event that can be emited from any piece of code or by...Gravatar liljencrantz2007-08-20
* Minor error handling improvements and minor code polishGravatar axel2007-08-02
* Show hints on how to proceed if xsel fails to buildGravatar axel2007-05-11
* Implement count as ashellscript function instead of a command in order to sup...Gravatar axel2007-04-24
* Add source code prettyfier program called fish_indentGravatar axel2007-04-22
* Move keyword detection code to separate fileGravatar axel2007-04-22
* Add missing help building dependencyGravatar axel2007-04-21
* Include the make_vcs_completions.fish file that is used to generate various c...Gravatar axel2007-03-24
* Try to fix the dependency problems with user_doc. Thanks to James Vega for in...Gravatar axel2007-03-24