Commit Graph

23 Commits (master)

Author SHA1 Message Date
Luka Vandervelden 4b5dd21cd6 Removed `test` target until redesign. 2019-11-14 20:00:40 +01:00
Luka Vandervelden 26a33cca52 Removed most hardcoded variables. 2019-11-14 14:49:35 +01:00
Luka Vandervelden 9cbf1debce subdirs: removed 2019-11-14 14:31:22 +01:00
Luka Vandervelden 664098bd10 Improved help messages with long $target names. 2019-11-10 13:31:35 +01:00
Luka Vandervelden 67e1b43859 Adds WIP SASS and LiveScript backends. 2019-11-10 13:23:47 +01:00
Luka Vandervelden dd16ff577e New release. 2019-11-05 01:17:55 +01:00
Luka Vandervelden 0b4028e979 Crystal support improved. 2019-11-04 19:28:13 +01:00
Luka Vandervelden 086461d2cc Merge branch 'master' of github.com:Lukc/build.zsh 2019-08-28 16:55:44 +02:00
Luka Vandervelden bb111319f7 Version bump. 2019-08-28 16:51:13 +02:00
Philippe PITTOLI c58ea37996 Adding `scdocman` script to allow scdoc man pages. 2019-08-28 12:45:49 +02:00
Luka Vandervelden 7ffb3c8afa Improved dependency handling for build-directories. 2019-06-09 19:19:50 +02:00
Luka Vandervelden 2feec7be0b New module: header.
Intended as an installation shortcut for C header files.
2018-11-20 19:02:45 +09:00
Luka Vandervelden f7154334ae `man` (manpages) module added. 2017-11-04 13:01:13 +01:00
Luka Vandervelden e3005cdcc1 Style update, BECAUSE. 2017-08-18 19:46:05 +02:00
Luka Vandervelden 99165c6964 Crystal build script added. 2016-05-07 13:52:26 +02:00
Luka Vandervelden d0a163dcec Regenerated Makefile. 2016-04-07 16:25:43 +02:00
Luka Vandervelden 711e92c22d Various.
- nodist[file] can be used to prevent inclusion of something in the
	  tarballs, even if it’s a source or something that should normally be
	  included.
	- filename[target] can be used to rename files at installation-time.
	- A moonscript module was added.
	- Many modules update.
	- Some grooming, some deprecated code removed.
	- Makefile regenerated.
2016-04-06 10:12:06 +02:00
Luka Vandervelden 3d91eac15d .in scripts are somewhat better handled.
- Also, this build.zsh itself builds itself more nicely, with
	  nice building messages and stuff.
	- It also fixes the problem of on-system scripts that were…
	  well… kind of ignored. Yeah, I’m not working very seriously on
	  this…
2015-04-07 10:23:36 +02:00
Luka Vandervelden 41b495b0e8 Libraries are now built properly (both static and dynamic, with symlinks). 2015-04-07 10:12:17 +02:00
Luka Vandervelden b581f07608 Hid a few installation targets. 2015-04-06 23:01:57 +02:00
Luka Vandervelden 2725adf5c4 build.zsh can be installed on the user’s system. o/
Yeah, it’s pretty much useless. But it allowed me to run tests and fix a
few minor bugs, so… whatever?
2015-04-06 23:00:08 +02:00
Luka Vandervelden f30e64e604 Automatic rules rulez! (for things like .o files)
- This update also allowed to have a somewhat cleaner
	  support for building libraries. (because the code to generate
	  the rules for the .o files is common, uh)
	- Such automatic rules are hidden from the Makefiles’ “help”
	  message, as they previously were.
	- subdirs are expected to have been broken.

I should really write a real tool to do this job. In, say, C, maybe?
2015-04-06 22:42:56 +02:00
Luka Vandervelden dd63cd87e1 Update. o/
- “help” virtual target added to Makefiles.
	  That target also prints the current Makefile configuration,
	  so that users can make sure they’re exporting the right
	  variables.
	- Some fixes and minor new variables to help making tests or
	  re-use automated rules, although those could be done in a
	  completely clean way, and it’s presently not being done…
	- Better dependencies tracking with C-like binaries.
	- Maybe something else. Those were old modifications that I just
	  pushed.
2015-04-05 11:00:54 +02:00