diff options
Diffstat (limited to 'docs/reference/Makefile.am')
| -rw-r--r-- | docs/reference/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 757fd37a..7432711f 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -2,7 +2,8 @@ EXTRA_DIST = \ lasso-sections.txt \ lasso.sgml \ lasso.types.in \ - version.xml.in + version.xml.in \ + style.css if WSF_ENABLED lasso.types: lasso.types.in @@ -33,6 +34,7 @@ html: sgml lasso.sgml lasso-index @echo '*** Building HTML ***' test -d html || mkdir html cd html && gtkdoc-mkhtml lasso ../build/lasso.sgml + cp style.css html/ SCANOBJ_FILES = lasso.hierarchy lasso.signals lasso.interfaces lasso.prerequisites lasso.args |
