-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: Remove generated files and add rules to build manpages
Those files can be built by doc/generate_manpages.sh. The manpages are needed for the installation, so add Makefile rules for them. Git must ignore the generated manpages. Signed-off-by: Stefan Weil <sw@weilnetz.de>
- Loading branch information
Showing
35 changed files
with
17 additions
and
12,646 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,16 @@ | ||
asciidoc=asciidoc -d manpage | ||
|
||
man_MANS = cntraining.1 combine_tessdata.1 mftraining.1 tesseract.1 \ | ||
unicharset_extractor.1 wordlist2dawg.1 unicharambigs.5 \ | ||
unicharset.5 ambiguous_words.1 shapeclustering.1 dawg2wordlist.1 | ||
|
||
if MAINTAINER_MODE | ||
|
||
EXTRA_DIST = $(man_MANS) Doxyfile | ||
|
||
%: %.asc | ||
$(asciidoc) -o $@ $< | ||
|
||
endif # MAINTAINER_MODE | ||
|
||
MAINTAINERCLEANFILES = $(man_MANS) Doxyfile |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.