Commit graph

5 commits

Author SHA1 Message Date
Michael Stahl
c923f7d2c2 gbuild: "use" vs. "add":
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
  (i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
  (i.e. it is registered at the Module, has it's own makefile, may be
  in a different module than the target)
2012-04-08 01:05:52 +02:00
Tor Lillqvist
ab2f830bbb Use gb_STDLIBS; No on-line update on non-desktop OSes 2012-02-18 10:51:23 +02:00
Michael Stahl
6716631b35 extensions: d'oh, i've pasted C++ emacs modelines in makefiles 2011-12-19 22:09:48 +01:00
Michael Stahl
e1d34f15cc extensions: what is all this realpath stuff doing? 2011-12-19 15:26:33 +01:00
Peter Foley
ac8733d8be extensions: convert bibliography to gbuild 2011-12-17 23:47:32 +01:00