aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
Commit message (Collapse)AuthorAge
* Escape arguments to certain shell invocations in MakefileGravatar ridiculousfish2012-11-21
| | | | https://github.com/fish-shell/fish-shell/issues/387
* Print autocompletion description after installingGravatar Siteshwar Vashisht2012-09-19
| | | | Print autocompletion shortcut description at end of 'make install'
* Fix to make Makefile copy sample promptsGravatar ridiculousfish2012-09-06
|
* Fix for https://github.com/fish-shell/fish-shell/issues/79Gravatar ridiculousfish2012-07-09
| | | | Release tarballs with the user docs already build, removing the doxygen dependency
* Large set of changes related to making fish relocatable, and improving the ↵Gravatar ridiculousfish2012-07-08
| | | | | | | | | build and install story. - etc/config.fish and share/config.fish are now "universal" and no longer reference install paths or need to be touched by autotools. They've been removed from config.fish.in to config.fish. - fish now attempts to determine __fish_datadir and __fish_sysconfdir relative to the path of the fish executable itself (typically by walking up one directory). This means that you can copy the directory hierarchy around and things will still work. The compiled-in paths are used as a backup. - The fish Xcode project now can build fish natively, without needing autotools. - Version bumped to 2.0
* only touch user_doc if doxygen installedGravatar David Adam (zanchey)2012-06-17
| | | | | If doxygen isn't installed, an empty file called user_doc will be created. If doxygen is later installed, the documentation will not generate correctly.
* 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
| | | | | | Change the path where man-pages are installed to /usr/share/fish/man/man1 instead of /usr/share/fish/man, so that tools like mandb can process it.
* Disable internalized scriptsGravatar ridiculousfish2012-06-01
|
* Fix for annoying messages when launching on SnowLeopardGravatar Peter Ammon2012-05-30
| | | | Fix for missing .o file in Makefile.in
* 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 fish_config function to launch web config
* 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 ↵Gravatar ridiculousfish2012-01-29
| | | | by the Makefile
* New file autoload.h that will ultimately handle autoloading completions and ↵Gravatar ridiculousfish2012-01-25
| | | | functions
* Changes to make completions internalized scripts.Gravatar Peter Ammon2012-01-15
| | | | This about doubles the size of fish. These things are huge. We may not want to ship it like this.
* More work towards incorporating C++ build steps into Makefile.in and ↵Gravatar ridiculousfish2012-01-06
| | | | configure.ac
* 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
| | | | This avoids the users seeing ignored errors for make -C clean.
* Makefile: Provide PACKAGE_TARNAME for autoconf default docdirGravatar Dylan Smith2010-11-22
| | | | | | | | | | | | | | docdir was previously being set to "${prefix}/share/doc/${PACKAGE_NAME}" when it wasn't explicitely set on configuration using --docdir. Without this appearing in the Makefile, some files silently get silently installed directly into ${prefix}/share/doc instead within a fish subdirectory. I also added datarootdir to fix an autoconf warning, since autoconf normally would use it for the directory paths (e.g. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}). The autoconf generated configure script has a hack to fix this, but states: "FIXME: This hack should be removed a few years after 2.60."
* 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
| | | | ... and with the same arguments of fish
* 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
| | | | xsel 1.0 begin to support UFT-8.
* Fix slightly wrong LD_FLAG in MakefileGravatar axel2009-02-01
| | | | darcs-hash:20090201125628-ac50b-3e68d7165a6c19558c7c8d7189cb75d71b4a9875.gz
* Raname main.c into fish.c. NAme makes more sense.Gravatar liljencrantz2008-01-13
| | | | darcs-hash:20080112192135-75c98-dc3f8480f1b25f6ab866c252c7edace862298f38.gz
* Remove mention of fish_inputrc in install scripts. The file no longer exists.Gravatar liljencrantz2007-10-14
| | | | darcs-hash:20071014115259-75c98-f43cd2358ddd15b28eba4d47de383bef8c794615.gz
* Drop tokenizer.o from list of objects to include into fish_pager, since it ↵Gravatar liljencrantz2007-09-26
| | | | | | wasn't actually used. Reduces size of pager binary by a few kB. darcs-hash:20070926092957-75c98-393fa9d6ddb97a60fd0a8f5e86a2de6d2422e23b.gz
* Remove generated versions of scripts on 'make clean'Gravatar liljencrantz2007-09-21
| | | | darcs-hash:20070920172500-75c98-29ba72a339c3681a5eb20cd346a9a877618813cb.gz
* Add a 'generic' type of event that can be emited from any piece of code or ↵Gravatar liljencrantz2007-08-20
| | | | | | by the user. Use this event layer to perform interactive configuration startup at the correct time. darcs-hash:20070819164230-75c98-f91b8a73de7bbbb500d80770ddf4d2d46ae592cc.gz
* Minor error handling improvements and minor code polishGravatar axel2007-08-02
| | | | darcs-hash:20070801173801-ac50b-11a281d9f622e935c1f138355babd20269068f35.gz
* Show hints on how to proceed if xsel fails to buildGravatar axel2007-05-11
| | | | darcs-hash:20070510192411-ac50b-ec68699d6ca6ba2b315e5f283e30dfba4bad75b4.gz
* Implement count as ashellscript function instead of a command in order to ↵Gravatar axel2007-04-24
| | | | | | support very long argument lists. Note that this implementation is painfully slow for more than 1000 arguments. darcs-hash:20070423220026-ac50b-69c4b06c88e6120429b6358f1b61f6076d392ce5.gz
* Add source code prettyfier program called fish_indentGravatar axel2007-04-22
| | | | darcs-hash:20070422100312-ac50b-a073999b7dc172259c8200f3e740c921647222a0.gz
* Move keyword detection code to separate fileGravatar axel2007-04-22
| | | | darcs-hash:20070422095026-ac50b-77a840e2830370f46b7a48fd8863095d2cd7a5f0.gz