diff options
author | Ludovic Courtès | 2018-04-29 23:24:36 +0200 |
---|---|---|
committer | Ludovic Courtès | 2018-04-29 23:41:13 +0200 |
commit | b87514f1863a3f6231d3ccb4e785d03a4b179b6d (patch) | |
tree | 37a08d8da1626e9032d0b88549f978f91f01e902 /doc/user/Makefile.am | |
parent | c51dc480fff9b99b2462000095cb56336b8c2410 (diff) | |
download | skribilo-b87514f1863a3f6231d3ccb4e785d03a4b179b6d.tar.gz skribilo-b87514f1863a3f6231d3ccb4e785d03a4b179b6d.tar.lz skribilo-b87514f1863a3f6231d3ccb4e785d03a4b179b6d.zip |
doc: Use the same CSS as the web site.
* web/static: Move to...
* doc/user/static: ... this.
* web/static: Turn into a symlink.
* doc/user/skribilo.css: Remove.
* doc/modules/skribilo/documentation/manual.scm: Use "static/manual.css"
instead of "skribilo.css".
* doc/user/Makefile.am (dist_html_DATA): Remove.
(nobase_dist_html_DATA): New variable.
* doc/user/static/manual.css: New file.
Diffstat (limited to 'doc/user/Makefile.am')
-rw-r--r-- | doc/user/Makefile.am | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am index c813c42..612ac35 100644 --- a/doc/user/Makefile.am +++ b/doc/user/Makefile.am @@ -32,8 +32,18 @@ skrinfodir = $(infodir) skrinfo_DATA = skribilo.info html_DATA = user.html user.sui -dist_html_DATA = skribilo.css \ - lobster-1.4.otf junction.ttf +nobase_dist_html_DATA = \ + lobster-1.4.otf junction.ttf \ + static/gears-down.png \ + static/gears-up.png \ + static/graphy.png \ + static/Hack-Regular.ttf \ + static/LinBiolinum_Rah.ttf \ + static/LinLibertine_Rah.ttf \ + static/main.css \ + static/manual.css \ + static/normalize.css + if HAVE_LOUT BUILT_SOURCES = lout/front-page.lout |