summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2011-12-27Fix python version magicAlex Merry1-1/+1
2011-10-29Fall back to "python2" if "python" is Python 3Alex Merry1-1/+1
2010-12-13Don't use ?= in the Makefile: not necessaryAlex Merry1-3/+3
2010-12-13Merge in upstream changes to the tooling.Alex Merry1-27/+19
2010-12-13Makefile cleanupsAlex Merry1-12/+14
2010-08-05Fix up the build system a bitAlex Merry1-3/+3
2010-08-03Update the documentation generation system.Alex Merry1-3/+58
2009-02-15mpris: finish copy/paste from http://wiki.xmms2.xmms.se/wiki/MPRISMarc-André Lureau1-1/+1
2009-02-15build: make it more generic for different specsMarc-André Lureau1-1/+3
2009-02-15build: missing files to make a spec templateMarc-André Lureau1-148/+2
2009-02-13upload-branch: translate silly characters in branch name into _Simon McVittie1-1/+1
2009-02-13Add a script to find the current git branch, and use it in `make upload-branch`Simon McVittie1-1/+1
2009-02-13make upload-branch: print probable URL after uploadWill Thompson1-0/+2
2009-02-13make dist: Omit git-archive pax header from tarball - dpkg-source doesn't lik...Simon McVittie1-1/+1
2009-02-13Change delimiter for sed command from s,,, to s!!! to avoid breakage when its...Simon McVittie1-1/+1
2009-02-13Put temporary files in tmp/ so they'll be cleaned upSimon McVittie1-6/+9
2009-02-13maintainer-upload-snapshot: talk about git rather than darcs, and include the...Simon McVittie1-1/+1
2009-02-13If xsltproc fails, don't leave its output apparently up to dateSimon McVittie1-3/+6
2009-02-13Use git-archive for make dist, then append ChangeLogSimon McVittie1-8/+14
2009-02-13maintainer-upload-release: replace the "official" spec HTML, not just the sna...Simon McVittie1-1/+2
2009-02-13Add doc/open-issues.{txt,html} to MakefileSimon McVittie1-1/+6
2009-02-13Add upload-branch target which uploads stuff for discussion to (by default) p...Simon McVittie1-0/+8
2009-02-13Add use cases for client capabilitiesSimon McVittie1-4/+4
2009-02-13Add cmcaps use-cases to MakefileSimon McVittie1-1/+2
2009-02-13Add a maintainer-upload-release targetSimon McVittie1-0/+15
2009-02-13Add first round of use-cases for the requestotronSimon McVittie1-0/+6
2009-02-13Makefile: create tmp/ before using itSimon McVittie1-0/+2
2009-02-13Makefile: assume that all XML files starting with a capital letter are interf...Simon McVittie1-1/+1
2009-02-13Add dist target to Makefile (which uses darcs dist)Simon McVittie1-0/+14
2009-02-13Find interface XML files in a simpler waySimon McVittie1-1/+1
2009-02-13Add maintainer-upload-snapshot target to upload snapshots to t.fd.oSimon McVittie1-0/+7
2009-02-13generate DevHelp index fileDafydd Harries1-0/+3
2009-02-13Remove generation of Python and C codeSimon McVittie1-102/+3
2009-02-13Makefile: check that the generated Python actually importsSimon McVittie1-0/+2
2009-02-13Use slightly less unwieldy names for interfaces (TpSvcConnectionInterfaceAlia...Simon McVittie1-2/+2
2009-02-13Generate sample GObjects; GInterfaces; and glue for said GInterfacesSimon McVittie1-2/+42
2009-02-13Makefile: remove generated C code and temp directory on cleanSimon McVittie1-0/+2
2009-02-13Makefile: keep quiet about creating directoriesSimon McVittie1-18/+18
2009-02-13When running make check, display all the diffs at onceSimon McVittie1-12/+20
2009-02-13When producing introspect XML, remove unnecessary namespace using perl one-li...Simon McVittie1-2/+3
2009-02-13Run xsltproc, xmllint with --nonet to avoid loading the DTD. Change expected ...Simon McVittie1-2/+2
2009-02-13Test enum/flags processingSimon McVittie1-0/+14
2009-02-13Include C-code generation in "make check"Simon McVittie1-0/+2
2009-02-13Makefile: improve make check process, generate C as well as PythonSimon McVittie1-21/+54
2009-02-13Use XInclude to pull sub-documents into all.xmlSimon McVittie1-1/+1
2009-02-13Generate constants from specSimon McVittie1-0/+7
2009-02-13Add a Makefile to drive the spec generation processSimon McVittie1-0/+63