Overview
Comment: | Add .github/FUNDING.yml |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
38ae730b610275067a0dd6038608cfd1 |
User & Date: | js on 2020-07-19 07:16:13 |
Other Links: | manifest | tags |
Context
2020-07-19
| ||
09:06 | OFNumber: Use a placeholder until init is called check-in: 025756f4e3 user: js tags: trunk | |
07:16 | Add .github/FUNDING.yml check-in: 38ae730b61 user: js tags: trunk | |
2020-07-14
| ||
19:05 | .travis.yml: Properly abort on errors check-in: 1c89bd8063 user: js tags: trunk | |
Changes
Added .github/FUNDING.yml version [ebf2f393db].
1 | + | github: Midar |
Modified Makefile from [a860b9a6b0] to [4fc78820e4].
︙ | |||
21 22 23 24 25 26 27 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | - + | doxygen >/dev/null tarball: docs echo "Generating tarball for version ${PACKAGE_VERSION}..." rm -fr objfw-${PACKAGE_VERSION} objfw-${PACKAGE_VERSION}.tar \ objfw-${PACKAGE_VERSION}.tar.gz fossil tarball --name objfw-${PACKAGE_VERSION} current - \ |
︙ |