Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
0bbdd467
Commit
0bbdd467
authored
Apr 26, 2017
by
Evan Hunt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[master] fix building of markdown output on docs
parent
241b49e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile.in
Makefile.in
+3
-3
No files found.
Makefile.in
View file @
0bbdd467
...
...
@@ -90,15 +90,15 @@ test-force:
exit
$$
status
README
:
README.md
${PANDOC}
--email-obfuscation
=
none
-s
-t
html
$<
|
\
${PANDOC}
--email-obfuscation
=
none
-s
-t
html
README.md
|
\
${W3M}
-dump
-cols
75
-O
ascii
-T
text/html
>
$@
HISTORY
:
HISTORY.md
${PANDOC}
--email-obfuscation
=
none
-s
-t
html
$<
|
\
${PANDOC}
--email-obfuscation
=
none
-s
-t
html
HISTORY.md
|
\
${W3M}
-dump
-cols
75
-O
ascii
-T
text/html
>
$@
OPTIONS
:
OPTIONS.md
${PANDOC}
--email-obfuscation
=
none
-s
-t
html
$<
|
\
${PANDOC}
--email-obfuscation
=
none
-s
-t
html
OPTIONS.md
|
\
${W3M}
-dump
-cols
75
-O
ascii
-T
text/html
>
$@
unit
::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment