Fix doc-target.
Fix inclusion of documentation in dist.
This commit is contained in:
parent
fa108bbd6b
commit
c5a9348dd9
2 changed files with 8 additions and 13 deletions
|
|
@ -19,7 +19,10 @@ IDXDIR = ~/index
|
|||
|
||||
|
||||
dist-hook:
|
||||
$(MAKE) doc
|
||||
$(MAKE) documentation
|
||||
cp -p -r $(srcdir)/doc/html $(srcdir)/doc/latex $(srcdir)/doc/man $(distdir)/doc/
|
||||
|
||||
doc: $(srcdir)/doc/eo.cfg
|
||||
documentation:
|
||||
cd doc && $(MAKE) doc && cd ..
|
||||
|
||||
doc: documentation
|
||||
|
|
|
|||
Reference in a new issue