# HG changeset patch # User John W. Eaton # Date 1459795801 14400 # Node ID 4c61f8313f582b9e5fdaa2d36d81b5bf3933019a # Parent 590136240f7ccdd1851b44d1fdd178ed351fcd63 * doc/module.mk: Distribute src and "generated" octave.css files. diff -r 590136240f7c -r 4c61f8313f58 doc/module.mk --- 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