Overview
Comment: | Add manpage for ofarc |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
147ee732fc5d95cb2807914757b5d8c4 |
User & Date: | js on 2024-09-01 12:31:10 |
Other Links: | manifest | tags |
Context
2024-09-01
| ||
12:34 | Improve style of manpages check-in: 13c3ebee9c user: js tags: trunk | |
12:31 | Add manpage for ofarc check-in: 147ee732fc user: js tags: trunk | |
09:24 | Add manpage for objfw-new check-in: 5ccfd65db4 user: js tags: trunk | |
Changes
Modified utils/ofarc/Makefile from [c3efee1ee5] to [5c95dc17f9].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | + | include ../../extra.mk PROG = ofarc${PROG_SUFFIX} SRCS = GZIPArchive.m \ LHAArchive.m \ OFArc.m \ TarArchive.m \ ZIPArchive.m \ ZooArchive.m DATA = localization/de.json \ localization/localizations.json MAN = ofarc.1 include ../../buildsys.mk PACKAGE_NAME = ofarc ${PROG}: ${LIBOBJFW_DEP_LVL2} ${LIBOBJFWRT_DEP_LVL2} |
︙ |
Added utils/ofarc/ofarc.1 version [8495cdfd68].