[PR #731] [CLOSED] [FEATURE] Script to generate CCExtractor Man-page. #1550

Open
opened 2026-01-29 17:17:09 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/731
Author: @vipulgyl
Created: 4/7/2017
Status: Closed

Base: masterHead: manpage


📝 Commits (5)

  • 8368fdd Added manpage generation script
  • 47fb3e6 Updated scripts to include manpages
  • 9775b93 Updated execution permissions for mangen.sh
  • 2305de7 Added newline at EOF
  • 26ab92a Added newline at EOF

📊 Changes

6 files changed (+765 additions, -6 deletions)

View changed files

📝 README.md (+12 -0)
📝 linux/Makefile.am (+1 -2)
manpage/ccextractor.man (+735 -0)
manpage/mangen.sh (+12 -0)
📝 package_creators/tarball.sh (+1 -0)
📝 src/lib_ccx/params.c (+4 -4)

📄 Description

Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

Added script to generate man-page from ccextractor --help. Updated other scripts accordingly to include while man-pages. Fixes a part of issue #678


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/731 **Author:** [@vipulgyl](https://github.com/vipulgyl) **Created:** 4/7/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `manpage` --- ### 📝 Commits (5) - [`8368fdd`](https://github.com/CCExtractor/ccextractor/commit/8368fdd82c9175761bfc5b8230c6fb2fc51e74d6) Added manpage generation script - [`47fb3e6`](https://github.com/CCExtractor/ccextractor/commit/47fb3e66479c2bda5458f464e9179088be5a9617) Updated scripts to include manpages - [`9775b93`](https://github.com/CCExtractor/ccextractor/commit/9775b939591cf348340ebbec68da4f4f8dfddff0) Updated execution permissions for mangen.sh - [`2305de7`](https://github.com/CCExtractor/ccextractor/commit/2305de721f1634a86183fa42e5066ab13ffad2c7) Added newline at EOF - [`26ab92a`](https://github.com/CCExtractor/ccextractor/commit/26ab92af2769ba24d66bf2e2da96ba2030e056d0) Added newline at EOF ### 📊 Changes **6 files changed** (+765 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+12 -0) 📝 `linux/Makefile.am` (+1 -2) ➕ `manpage/ccextractor.man` (+735 -0) ➕ `manpage/mangen.sh` (+12 -0) 📝 `package_creators/tarball.sh` (+1 -0) 📝 `src/lib_ccx/params.c` (+4 -4) </details> ### 📄 Description Please prefix your pull request with one of the following: **[FEATURE]** **[FIX]** **[IMPROVEMENT]**. **In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [x] I have checked that another pull request for this purpose does not exist. - [x] I have considered, and confirmed that this submission will be valuable to others. - [x] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [x] I give this submission freely, and claim no ownership to its content. **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [x] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [ ] I am an active contributor to CCExtractor. --- Added script to generate man-page from `ccextractor --help`. Updated other scripts accordingly to include while man-pages. Fixes a part of issue #678 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:17:09 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1550