Skip to content

Commit 33c62d2

Browse files
committed
Add copyright to manpage
1 parent 9a4be74 commit 33c62d2

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

manpages/jurand.1.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
= jurand(1)
22
:doctype: manpage
3+
:backend: manpage
34
:mansource: JURAND
45
:manmanual: Jurand Manual
56

@@ -54,7 +55,7 @@ Examples of usage in a *.spec* file:
5455
- *jurand -i -s -a module-api module-impl module-tests -n Nullable*
5556
- *jurand -i -s -a src -p org[.]jspecify[.]annotations -m org[.]jspecify*
5657

57-
=== Import patterns:
58+
=== Import patterns
5859
- Import statements present in Java source file:
5960

6061
1) import java.lang.Runnable;
@@ -108,7 +109,11 @@ Examples of usage in a *.spec* file:
108109
Pattern 'EI_EXPOSE_REP' does not match anything.
109110

110111
== REPORTING BUGS
111-
Bugs should be reported through the Jurand issue tracker at Github: https://github.com/fedora-java/jurand/issues.
112+
Bugs should be reported through the issue tracker at Github: https://github.com/fedora-java/jurand/issues.
112113

113114
== AUTHOR
114115
Written by Marián Konček.
116+
117+
== COPYRIGHT
118+
Copyright (C) 2023 Red Hat, Inc.
119+
Licensed under the Apache License, Version 2.0.

rules.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $(eval $(call Variable_rule,target/compile_flags,$$(CXX) $$(CXXFLAGS)))
2020
$(eval $(call Variable_rule,target/link_flags,$$(CXX) $$(LDFLAGS) $$(LDLIBS)))
2121

2222
target/manpages/%: manpages/%.adoc
23-
asciidoctor -b manpage -D target/manpages $<
23+
asciidoctor -D target/manpages $<
2424

2525
# $(call Object_file,%) $(call Dependency_file,%)&: src/%.cpp target/compile_flags | target/object_files target/dependencies
2626
$(call Object_file,%): src/%.cpp target/compile_flags | target/object_files target/dependencies

0 commit comments

Comments
 (0)