aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2014-08-22automatically build Scintilla as part of SciTECO's build system:Robin Haberkorn1-3/+9
this should simplify building SciTECO for new users * compiler and archiver are passed down from Autoconf, so cross-compiling should work transparently * `make clean` will also clean the Scintilla source tree * there is no longer any need for "source bundles" as tar balls also contain Scintilla/Scinterm now * building from Git is not much more difficult than building from a tar ball * The versions of Scintilla/Scinterm embedded as submodules already contain all the patches necessary (currently none are necessary), so there's no need to have patch files in the repository * INSTALL instructions have been rewritten * the --with-scintilla and --with-scinterm site-config options have been kept. But they should be rarely necessary now.
2014-02-16updated minimum required Scintilla version to v3.3.7 / Scinterm v1.2Robin Haberkorn1-1/+2
* allows us to remove most patches. One however is still necessary (Scinterm Makefile bug!) * TECO-style control code echoing is now set up using the SCI_SETREPRESENTATION message * updated copyrights * updated TODO
2013-03-19added minor scinterm patches and cleaned up patch systemRobin Haberkorn1-2/+1
* MinGW binaries are built from source bundles * patches are applied to the source bundle * so all necessary patches must be in the repository and distributed * use a leading number in patch names to ensure proper application order
2013-03-17added patch fixing Scinterm on certain 64-bit configurationsRobin Haberkorn1-1/+2
2013-02-15install standard macros into special standard library path (pkgdatadir/lib)Robin Haberkorn1-8/+3
* SCITECOPATH environment variable defaults to this directory * manpage updated * default teco.ini updated: no need to generate it anymore
2013-01-27moved redundant code related to bootstrapping and teco-driven substitutions ↵Robin Haberkorn1-17/+1
into automake include (bootstrap.am)
2013-01-27moved manpage to doc/ subdirRobin Haberkorn1-5/+1
later there will be much more documentation
2013-01-27revised lexer configuration using SciTE property files and Textadept's ↵Robin Haberkorn1-4/+7
terminal color definitions * lexer config is now in separate file installed into the package data dir, so it can be excluded from the teco.ini template. * teco.ini is generated so it can load an installed lexer.tes as ED hook (can still be dropped into the user's home and will work immediately)
2013-01-23generate manpage sciteco(1) using a TECO macro included in the MakefileRobin Haberkorn1-1/+19
allows including the currently chosen PREFIX * also removed sciteco_datadir variable (pkgdatadir defined by Automake is sufficient)
2013-01-20added manpage highlighting program invocation and batch modeRobin Haberkorn1-2/+6
language and commands will be described in separate documents
2013-01-20added patch enabling TECO-style (^X) control code echoing in ScintillaRobin Haberkorn1-1/+2
in the future, I might submit a more elaborate Scintilla patch for configuring the control code strings.
2013-01-19added TODO listRobin Haberkorn1-0/+2
also updated AUTHORS
2012-12-04additional minor changes: distribution building now possibleRobin Haberkorn1-3/+3
2012-12-04first working version of autotools based build-systemRobin Haberkorn1-0/+8