[geany/geany-plugins] 3cba74: geanygendoc: Embed base stylesheet

Colomban Wendling git-noreply at xxxxx
Mon Jun 18 18:33:21 UTC 2012


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Mon, 18 Jun 2012 18:33:21
Commit:      3cba74da07cf273e5ca8b1e6b6821efb65668b7b
             https://github.com/geany/geany-plugins/commit/3cba74da07cf273e5ca8b1e6b6821efb65668b7b

Log Message:
-----------
geanygendoc: Embed base stylesheet

Don't import the base CSS stylesheet from the custom one but rather
embed both in the output HTML.


Modified Paths:
--------------
    geanygendoc/docs/Makefile.am
    geanygendoc/docs/manual.css

Modified: geanygendoc/docs/Makefile.am
4 files changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -13,6 +13,6 @@ dist_pluginhtmldoc_DATA = \
 	manual.html
 
 if BUILD_RST
-manual.html: manual.rst manual.css
-	$(AM_V_GEN) $(RST2HTML) -d --strict --stylesheet-path manual.css $< $@
+manual.html: manual.rst manual.css html4css1.css
+	$(AM_V_GEN) $(RST2HTML) -d --strict --stylesheet-path html4css1.css,manual.css $< $@
 endif BUILD_RST


Modified: geanygendoc/docs/manual.css
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -6,7 +6,7 @@
 Stylesheet for use with Docutils.
 */
 
- at import url(html4css1.css);
+/*@import url(html4css1.css);*/
 
 html {
 	background-color: #eeeeec;


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Plugins-Commits mailing list