diff options
| -rw-r--r-- | docs/reference/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 7432711f..25f7cb0e 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -34,7 +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/ + cp $(srcdir)/style.css html/ SCANOBJ_FILES = lasso.hierarchy lasso.signals lasso.interfaces lasso.prerequisites lasso.args |
