aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
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