Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make srcdir != builddir builds work | Owen W. Taylor | 2013-09-06 | 1 | -2/+3 |
| | | | | Add $(VPATH), correct paths | ||||
* | Add a simple build system implementing GNOME Build API | Colin Walters | 2013-09-06 | 1 | -1/+19 |
| | | | | | | | | | | | | | See http://people.gnome.org/~walters/docs/build-api.txt This way I can easily add it to the gnome-ostree manifest and have it install into /usr, package people can do their thing, etc. This dead simple non-autotools configure/Makefile system is adapted from one I wrote for gtk-doc-stub. Note I also added a --disable-documentation flag since gnome-ostree doesn't have asciidoc. | ||||
* | Fix up documentation generation rules | Owen W. Taylor | 2012-03-01 | 1 | -0/+4 |
| | |||||
* | Split out documentation | Owen W. Taylor | 2009-09-05 | 1 | -0/+14 |
Move the documentation from a giant comment at the start of the file into a separate asciidoc document. Among other revisions an 'EXAMPLE SESSION' section is added to give a sense of the normal workflow. Add a Makefile and asciidoc.conf for converting the asciidoc into HTML or a man page. |