changeset 21588:4c61f8313f58

* doc/module.mk: Distribute src and "generated" octave.css files.
author John W. Eaton <jwe@octave.org>
date Mon, 04 Apr 2016 14:50:01 -0400
parents 590136240f7c
children ad90fb5a139f
files doc/module.mk
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/module.mk	Mon Apr 04 14:49:23 2016 -0400
+++ b/doc/module.mk	Mon Apr 04 14:50:01 2016 -0400
@@ -329,6 +329,9 @@
   $(HTMLDIR_IMAGES) \
   $(HTMLDIR_CSS)
 
+## Distribute both OCTAVE_CSS and HTMLDIR_CSS so that the rules for
+## building HTMLDIR_CSS work properly.
+
 doc_EXTRA_DIST += \
   $(BUILT_OCTAVE_TEXI_SRC) \
   $(srcdir)/doc/interpreter/octave.info \
@@ -339,7 +342,8 @@
   doc/interpreter/octave.pdf \
   doc/interpreter/octave.html \
   $(HTMLDIR_IMAGES) \
-  $(OCTAVE_CSS)
+  $(OCTAVE_CSS) \
+  $(HTMLDIR_CSS)
 
 # Prevent packaging of distribution unless all libraries
 # necessary to create documentation are present