File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,8 @@ EXTRA_DIST = m4/gnulib-cache.m4 \
64
64
docs/examples/package-test.xml \
65
65
docs/oscap-scan.cron \
66
66
docs/manual/manual.adoc \
67
+ docs/manual/manual.html \
68
+ docs/manual/images/vertical-logo.png \
67
69
dist/fedora/sectool-xccdf/00_integrity.sh \
68
70
dist/fedora/sectool-xccdf/01_bootloader.sh \
69
71
dist/fedora/sectool-xccdf/01_disk_usage.sh \
@@ -92,9 +94,15 @@ EXTRA_DIST = m4/gnulib-cache.m4 \
92
94
dist/fedora/sectool-xccdf/sectool-xccdf.xml \
93
95
README.md
94
96
95
- dist-hook : ChangeLog
97
+ docs/manual/% .html : $(srcdir ) /docs/manual/% .adoc
98
+ asciidoctor -b html5 -o $@ $<
99
+
100
+ docmanualdir = $(docdir ) /manual
101
+ dist_docmanual_DATA :
102
+ docs/manual.html
103
+
104
+ dist-hook : ChangeLog docs/manual/manual.html
96
105
cd $(distdir ) /docs && doxygen Doxyfile
97
- cd $(distdir ) /docs/manual && asciidoctor -b html5 manual.adoc
98
106
99
107
ChangeLog :
100
108
git log | sed ' /^commit/d; /^Merge/d' > ChangeLog
You can’t perform that action at this time.
0 commit comments