aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
Commit message (Expand)AuthorAge
* New documentation UI, including tutorial.Gravatar ridiculousfish2013-10-05
* Strip out git commit numbers from doxygen documentationGravatar ridiculousfish2013-09-30
* docs: don't remove/rebuild share/man if we don't have doxygenGravatar David Adam (zanchey)2013-09-02
* Be quiet about "if" conditional.Gravatar Konrad Borowski2013-08-13
* Don't mention chsh if it doesn't exist.Gravatar Konrad Borowski2013-08-13
* Makefile.in: don't build dist stuff from Makefile, use build_toolsGravatar David Adam (zanchey)2013-08-11
* Generate version numbers dynamicallyGravatar David Adam (zanchey)2013-08-11
* docs: configure/Makefile changes to require at least Doxygen 1.5Gravatar David Adam2013-06-19
* Teach the Makefile to only instruct the user to edit /etc/shells if it needs ...Gravatar ridiculousfish2013-04-27
* Changed paths.bin to respect BINDIRGravatar Brent Sanders2013-04-20
* Change Makefile to not delete legacy binaries, but instead just notify the us...Gravatar ridiculousfish2013-04-12
* Remove some GNU-makeisms from the Makefile to try to get us to build with BSD...Gravatar ridiculousfish2013-03-31
* Remove xsel from the buildGravatar ridiculousfish2013-03-30
* Initial version of printf builtinGravatar Siteshwar Vashisht2013-03-02
* Teach fish how to clean up installed versions of set_colorGravatar ridiculousfish2013-02-15
* bulitin_set_color.cpp -> builtin_set_color.cppGravatar ridiculousfish2013-02-14
* Remove set_color from Makefile. Fix issue where builtin_set_color would mix o...Gravatar ridiculousfish2013-02-14
* Remove seq.in, in favor of the new function. Remove seq detection from config...Gravatar ridiculousfish2013-01-12
* Pass -f to rm share/man/man1 to avoid a benign error messageGravatar ridiculousfish2013-01-06
* Change build_documentation to take its paths as arguments, and the Makefile.i...Gravatar ridiculousfish2013-01-03
* Make the Makefile mv man pages instead of cp them from help_doc, because help...Gravatar ridiculousfish2013-01-03
* Make share/man/man1 manpages get built againGravatar ridiculousfish2013-01-03
* Make the Makefile use the new build_documentation.sh script (gulp)Gravatar ridiculousfish2012-12-27
* Re-point some URLs at the fish homepage fishshell.comGravatar ridiculousfish2012-12-27
* Re-teach Makefile.in how to generate proper version numbers in man pagesGravatar ridiculousfish2012-12-27
* Made autoconf stop generating Doxyfile.help in preparation for Xcode document...Gravatar ridiculousfish2012-12-26
* documentation TOC: remove duplicate name attributes, use id attribute insteadGravatar David Adam (zanchey)2012-12-26
* Remove tokenizer_test target and codeTGravatar ridiculousfish2012-12-11
* Fix compilation with Python dependencies suppression.Gravatar lledey2012-12-09
* Remove Python dependency from Makefile and Xcode buildGravatar ridiculousfish2012-12-08
* Added xcodebuild target in MakefileGravatar ridiculousfish2012-12-01
* Escape arguments to certain shell invocations in MakefileGravatar ridiculousfish2012-11-21
* Print autocompletion description after installingGravatar Siteshwar Vashisht2012-09-19
* Fix to make Makefile copy sample promptsGravatar ridiculousfish2012-09-06
* 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