aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
Commit message (Collapse)AuthorAge
* 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
* Add missing help building dependencyGravatar axel2007-04-21
| | | | darcs-hash:20070421081244-ac50b-e78d648a50ec2ec48ef6bf95f5540e3c1a684633.gz
* Include the make_vcs_completions.fish file that is used to generate various ↵Gravatar axel2007-03-24
| | | | | | completiosn with the main tarball. Nick Pilon pointed out that it was missing. This patch also removes the make target for the file, which was used to chmod it, which is not needed since it is not used in the build chain. darcs-hash:20070324115040-ac50b-d5b525be925d1a738b9ca6252c89e662a02a9e44.gz
* Try to fix the dependency problems with user_doc. Thanks to James Vega for ↵Gravatar axel2007-03-24
| | | | | | investigating the cause of this. darcs-hash:20070324110801-ac50b-ee833df5e34ae4fff8a4adb417647aadb8be9e29.gz
* Use per-binary LDFLAGS to remove linking to useless libraries. This will ↵Gravatar axel2007-03-24
| | | | | | reduce the size of the binaries and may also speed up startup time slightly. These changes are based on suggestions and a patch by James Vega. darcs-hash:20070324105629-ac50b-64425ff68a18e3adf51eee141d3a4450405c1ddb.gz
* Do not use makefile to generate vcs completions, do it directly in the ↵Gravatar axel2007-02-24
| | | | | | script. Also add some minor updates to the vcs completions. darcs-hash:20070224125927-ac50b-f1242b198ea0651c993b045d584262dc32062338.gz
* Do not make documentation generation depend on MakefileGravatar axel2007-02-17
| | | | darcs-hash:20070216200015-ac50b-981a883d95acd776e1e58d6ca74f95b5494fd305.gz
* Update darcs completions with additional command specific completion for ↵Gravatar axel2007-02-09
| | | | | | setpref subcommand darcs-hash:20070208172759-ac50b-2a233f8590dbb13a47ff243efa351dc6bce8f47a.gz
* MArk make_mercurial_completions.fish as executableGravatar axel2007-02-09
| | | | darcs-hash:20070208172658-ac50b-c721b6a07934d11e8467dad78a2fbb206f0b24cd.gz
* Add make target for vuilding svn and cvs completionsGravatar axel2007-01-27
| | | | darcs-hash:20070127020406-ac50b-a5dee791cf05cf76dd23395deee5e2d9f347c71b.gz
* Generalize make_mercurial_completions.fish a bit so it can be used with ↵Gravatar axel2007-01-25
| | | | | | darcs as well. Add make targets for creating darcs/hg completions. darcs-hash:20070125132836-ac50b-0e7a728e4be2386d696094a414a1c8bcaee771fc.gz
* Drop use of the N_ no-op for translation descriptions. Instead, tell ↵Gravatar axel2007-01-16
| | | | | | xgettext that any token following '--description' should be translated. This should greatly speed up completion loading on platforms where fork() is slow. (Hi, OS X) darcs-hash:20070116011828-ac50b-fb923dc877869ded4d506bbe0bc5364eea44092f.gz
* Update dependencies for making .po files in MakefileGravatar axel2007-01-09
| | | | darcs-hash:20070109134457-ac50b-31e9a1225e7deb5c097fb05c103bc5dc5bb58eea.gz
* Redo the interface between fish and the completion pager. The old interface ↵Gravatar axel2007-01-08
| | | | | | has issues if the current user does not own the tty, as happens when using 'su'. It also had issues when stderr was redirected. The new interface should be more extensible as well. darcs-hash:20070107141336-ac50b-30bdfb198674b93a67d323c0a65b8e08b43c0525.gz
* Minor correction to script for extracting translation stringsGravatar axel2006-12-14
| | | | darcs-hash:20061214014117-ac50b-fe792403646e1859116973494f2278c88f76072b.gz
* Minor fix to help generation to avoid creating a stray doxygen file in share/manGravatar axel2006-12-13
| | | | darcs-hash:20061212172518-ac50b-fec0999bd0b19259eaeee76c78c04b052392a6bb.gz
* Makefile tweakage - make sure build messages suggest using correct make versionGravatar axel2006-11-30
| | | | darcs-hash:20061129142004-ac50b-2776b3e6db870f6e04836a7d6e464e09d20f6274.gz
* Simplify documentation building - again.Gravatar axel2006-11-23
| | | | darcs-hash:20061122185333-ac50b-078910540c33e18265c7d5804d1f14f241ad597f.gz
* Fix missing man-page generation when building from darcs tree. Also ↵Gravatar axel2006-11-20
| | | | | | simplifys doc generation a small bit. darcs-hash:20061120135336-ac50b-d3b7a4ce2ac6bcc307c57cfcd23db86a8ac411a8.gz
* Simplify Makefile by using a wildcard to specify help filesGravatar axel2006-11-20
| | | | darcs-hash:20061120010620-ac50b-1a838bdd75607a503bc8335bb39abd2aa11ac7e8.gz
* Update documentation display code to run roff on the client system instead ↵Gravatar axel2006-11-18
| | | | | | of pregenerating documentation and compiling it into program binaries darcs-hash:20061117162438-ac50b-5c4c7f0bd8bf53a16e16ecfead9569e642b7160f.gz
* Tweak Makefile, including fixing slight dependency problemGravatar axel2006-11-11
| | | | darcs-hash:20061111105314-ac50b-69703cc2575856a321515aa0554e97d1895a4606.gz
* Fix build errorGravatar axel2006-11-02
| | | | darcs-hash:20061101181221-ac50b-227b2d2f6f5122c9f25c471872376884bdace13c.gz
* Use the same wording about license in Makefile and main.c.Gravatar axel2006-11-02
| | | | darcs-hash:20061101144747-ac50b-fac8e3693445a8601f0c71ab191a64dac0ad7a67.gz
* Update to buildscripts to fix dependency issues caused by new documentation ↵Gravatar axel2006-11-01
| | | | | | layout darcs-hash:20061101103112-ac50b-8ee49c3031b7802822c95ffcfee26d10e1870ed1.gz
* Add table of contents to begining of documentation. This involves some ↵Gravatar axel2006-11-01
| | | | | | restructuring of the documentation files. darcs-hash:20061031153614-ac50b-7a6e97e30ae759591028227466e76c574b931fd5.gz
* Code beutification in build filesGravatar axel2006-10-31
| | | | darcs-hash:20061031020656-ac50b-2385bb51d7df624e5691b7659120596600fd1d5d.gz
* Make the fish manpage in Doxygen and add it to the main fish documentationGravatar axel2006-10-26
| | | | darcs-hash:20061026102059-ac50b-2a7956bb4651b5ffe867e7c6eb26a29e2f15ad24.gz
* Update dependency listGravatar axel2006-10-26
| | | | darcs-hash:20061025163950-ac50b-161f81c51f5e923bfaf0aa9fda4d74f785e7aff7.gz
* Update makefile to not try to delete old config files during install, and ↵Gravatar axel2006-10-26
| | | | | | instead fail with a relevant error message. Thanks to Jamessan for pointing out the evilness of the old method and suggesting the new method. darcs-hash:20061025163532-ac50b-ff394c53b8eb0d932894784bc25e086f9c9b65ec.gz