asciidoctor / asciidoctor-gradle-plugin

A Gradle plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.
https://asciidoctor.github.io/asciidoctor-gradle-plugin/
Apache License 2.0
285 stars 120 forks source link

Files in `manpage` source directory are ignored #667

Open rsenden opened 1 year ago

rsenden commented 1 year ago

Plugin: id "org.asciidoctor.jvm.convert" version "3.3.2"

I have a directory structure as follows:

I have two tasks of type org.asciidoctor.gradle.jvm.AsciidoctorTask configured:

Findings:

Any particular reason for this behavior? Any work-around available? I'd prefer not to rename the directory as that would also be reflected in the HTML output, potentially breaking existing links/bookmarks. Of course I could rename the directory back to manpage in another build task, but that would complicate our build setup.