summaryrefslogtreecommitdiffstats
path: root/extensions/Library_updatefeed.mk
Commit message (Collapse)AuthorAgeFilesLines
* gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl2013-01-261-1/+1
| | | | Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-4/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-2/+2
| | | | | | | | | 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)
* extensions: d'oh, i've pasted C++ emacs modelines in makefilesMichael Stahl2011-12-191-1/+1
|
* extensions: convert update stuff to gbuildMichael Stahl2011-12-141-0/+48
The updchk is renamed to updatecheckui so it does not collide with updchk.uno.