summaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Expand)Author
2018-02-03Makefile: Only check for pkg-config when on a system that uses itMaxime Coste
2018-01-11src makefile: Abort compilation when `pkg-config` is not in PATHFrank LENORMAND
2017-11-19Docs: add missing -i <suffix> command line flagDelapouite
2017-11-19Makefile: Add ability to disable compressing manpageKylie McClain
2017-11-17Makefile: use PKG_CONFIG, not pkg-configKylie McClain
2017-11-02doc.kak: Render documentation internally instead of relying on manMaxime Coste
2017-11-01Rename doc/manpages to doc/pagesMaxime Coste
2017-11-01Regex: Remove boost related codeMaxime Coste
2017-10-30Makefile: Use pkg-config on Linux to get the ncurses compilation flagsMaxime Coste
2017-08-03Change documentation directory towards $kak_runtime/docMaxime Coste
2017-07-19Fix travis configuration for C++14 supportMaxime Coste
2017-07-19Migrate code to c++14Maxime Coste
2017-06-26Disable -Wunknown-attributesMaxime Coste
2017-06-17Disable -Wnoexcept-type warningMaxime Coste
2017-05-27Put the doc/manpages/ pages in the 'k' sectionMaxime Coste
2017-05-20Always link input files in the same orderBernhard M. Wiedemann
2017-05-20do not embed timestamps in .gz filesBernhard M. Wiedemann
2017-03-26src: Fix the `distclean` Makefile targetFrank LENORMAND
2017-03-07Update Makefileguillaumecherel
2017-02-27Compile optimized and debug into different files, make `kak` a symlinkMaxime Coste
2017-02-27Cleanup some tabby mess in the MakefileMaxime Coste
2017-01-29Fix option name in haskell.kakMaxime Coste
2017-01-14Remove the option that excludes the `-pedantic` flag from `CXXFLAGS`Frank LENORMAND
2017-01-05Use PREFIX to locate ncurses and boost on macOSRob Warner
2017-01-04Allow non-standard homebrew location for boost and ncurses linkingRob Warner
2016-12-30use explicit flags for homebrew's boost on osxMartin Chaine
2016-11-02Add experimental static linking support to the makefileMaxime Coste
2016-10-13Use CPPFLAGS instead of CXXFLAGS for the _XOPEN_SOURCE defineMaxime Coste
2016-10-01Enable _XOPEN_SOURCE=700 on cygwin to get the wcwidth functionMaxime Coste
2016-09-25Add some standard GNU targets to the MakefileFrank LENORMAND
2016-03-10Update Makefile for OSX build with homebrew ncursesRobert J. Ennis
2016-02-18Disable interactive mode when moving documentation manpagesFrank LENORMAND
2016-02-11Merge remote-tracking branch 'jjthrash/osx-asciidoc-fixes'Maxime Coste
2016-02-11Support validating some options values before setting themMaxime Coste
2016-02-11Remove A2X variable from Makefile since it doesn't fix the OSX homebrew problemJimmy Thrasher
2016-02-11Convert GNU sed extension into more general expression to work with BSD/OSXJimmy Thrasher
2016-02-11Turn off xmllint for a2x.pyJimmy Thrasher
2016-02-06Cleanup doc manpages generationMaxime Coste
2016-02-04Prevent unconditional generation of the man pages, fix the executable name fo...Frank LENORMAND
2016-02-04Rename the man page to `kak`Frank LENORMAND
2016-02-04Properly install the man page when using a custom prefixFrank LENORMAND
2016-02-04Fix the installation of documentation pagesFrank LENORMAND
2016-02-04Merge remote-tracking branch 'occivink/master'Maxime Coste
2016-02-03Adapt 'make install' to rc/ reorganizationO. Perret
2016-02-03Generate the documentation pages in the troff formatFrank LENORMAND
2016-02-03Migrate the raw troff `kakoune` man page to the asciidoc formatFrank LENORMAND
2016-02-02Add a basic man pageFrank LENORMAND
2015-12-12Remove deprecated userconfig ruleEnrico Lumetti
2015-11-19Makefile: Allow for passing include/ncursesw pathKylie McClain
2015-11-19Fix building with musl libcKylie McClain