Mercurial > hg > octave-lyh
comparison src/Makefile.am @ 9943:4c681ff57bc3
Modifications to makefiles to pass distcheck test
All generated documentation, as well as sources for it, are now distributed.
This eliminates the need for a user to have Texinfo merely to compile Octave.
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Tue, 08 Dec 2009 15:25:05 -0800 |
parents | f0f7c2477cdb |
children | 55061c7c8d6e |
comparison
equal
deleted
inserted
replaced
9942:314d2234b660 | 9943:4c681ff57bc3 |
---|---|
573 gendoc$(BUILD_EXEEXT) \ | 573 gendoc$(BUILD_EXEEXT) \ |
574 graphics-props.cc \ | 574 graphics-props.cc \ |
575 oct-parse.output \ | 575 oct-parse.output \ |
576 $(BUILT_NODISTFILES) | 576 $(BUILT_NODISTFILES) |
577 | 577 |
578 DISTCLEANFILES = \ | |
579 DOCSTRINGS | |
580 | |
578 MAINTAINERCLEANFILES = \ | 581 MAINTAINERCLEANFILES = \ |
579 $(BUILT_DISTFILES) | 582 $(BUILT_DISTFILES) |
580 | 583 |
581 octave_LDADD = $(OCTAVE_LIBS) | 584 octave_LDADD = $(OCTAVE_LIBS) |
582 | 585 |