diff options
author | Loïc Hoguin <[email protected]> | 2016-08-30 14:18:14 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-08-30 14:18:14 +0200 |
commit | 8fc1371df8e11074496b8cdc27363ad7e4f88934 (patch) | |
tree | 378dc77fc9674ad311f20d558a8fc00d98b4b1e7 /doc/src/guide/cowboy.sty | |
parent | 4c6f2c9a95a1292b6b1aef20ab902fce729ff4f0 (diff) | |
download | cowboy-8fc1371df8e11074496b8cdc27363ad7e4f88934.tar.gz cowboy-8fc1371df8e11074496b8cdc27363ad7e4f88934.tar.bz2 cowboy-8fc1371df8e11074496b8cdc27363ad7e4f88934.zip |
Minor documentation fixes
"make docs" should now work again.
Diffstat (limited to 'doc/src/guide/cowboy.sty')
-rw-r--r-- | doc/src/guide/cowboy.sty | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/guide/cowboy.sty b/doc/src/guide/cowboy.sty new file mode 100644 index 0000000..d5e0d3b --- /dev/null +++ b/doc/src/guide/cowboy.sty @@ -0,0 +1,8 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{asciidoc-dblatex}[2012/10/24 AsciiDoc DocBook Style] + +%% Just use the original package and pass the options. +\RequirePackageWithOptions{docbook} + +%% Define an alias for make snippets to be compatible with source-highlighter. +\lstalias{makefile}{make} |