aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
Commit message (Expand)AuthorAge
* 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
* Two minor build fixes, thanks to Hiroshi SakuraiGravatar axel2006-07-17
* Add fix for build error in fish_testsGravatar axel2006-07-15
* Include fallback functions in set_color commandGravatar axel2006-06-16
* Slightly improve build system - dont link in ncurses into mimedb or set_colorGravatar axel2006-06-15
* Major restructuring of the buildsystem, meaning that the documentation doesn'...Gravatar axel2006-06-13
* Include user documentation with standard tarballs - this means you no longer ...Gravatar axel2006-06-12
* Move jobs builtin to its own fileGravatar axel2006-05-26
* Minor edits to Makefile. A mistyped .PHONY was corrected, a few stray .o file...Gravatar axel2006-04-21
* Do not call autoconf in Makefile, since configure will automatically reconfig...Gravatar axel2006-04-05
* Add tar and dist Makefile targetsGravatar axel2006-04-02
* Add Makefile rules for regenerating Makefile, configure script, etc. when neededGravatar axel2006-04-02
* Add missing space in shellscript for building rpmsGravatar axel2006-04-01
* Further improvements to build system wrt detection of compiler and libc featu...Gravatar axel2006-03-29
* Add hint on how to fix missing rpm-build when trying make rpmGravatar axel2006-03-27
* Remove gcc-specific cflags from makefile. Add them in the configure file, but...Gravatar axel2006-03-26
* Fish PATH FixGravatar npilon2006-03-14
* Adapt key_reader to changes in buildfilesGravatar axel2006-03-10
* Further comment clarification on -fno-optimize-siblingGravatar axel2006-03-09
* Drop the -fno-strict-aliasing flag for GCC in Makefile.in, since it dealt wit...Gravatar axel2006-03-07
* Remove fish_tests when doing make clean. This patch has been applied before, ...Gravatar axel2006-03-06