* TODO.html, README.html: Remove these old files.
* AUTHORS, COPYING, ForRelease, NEWS, ToDo: Update for release. * eo.cfg (PROJECT_NUMBER): Bump version to 1.0
This commit is contained in:
parent
51d6ddc239
commit
0afa0b9fa4
11 changed files with 51 additions and 165 deletions
|
|
@ -8,23 +8,23 @@ if USE_TUTORIAL
|
|||
SUBDIRS_TUT = tutorial
|
||||
endif
|
||||
|
||||
SUBDIRS = src doc contrib win $(SUBDIRS_APP) $(SUBDIRS_TUT) test
|
||||
SUBDIRS = src doc contrib win $(SUBDIRS_APP) $(SUBDIRS_TUT) test
|
||||
|
||||
|
||||
# Directory for documents
|
||||
DOCDIR = ~/public_html/eodocs
|
||||
DOCDIR = ~/public_html/eodocs
|
||||
|
||||
# Directory for indices -- not useful for the user
|
||||
IDXDIR = ~/index
|
||||
IDXDIR = ~/index
|
||||
|
||||
|
||||
# Add documentation to distribution
|
||||
dist-hook:
|
||||
$(MAKE) documentation
|
||||
$(INSTALL_DATA) -d $(srcdir)/doc/html $(srcdir)/doc/latex $(srcdir)/doc/man $(distdir)/doc/
|
||||
$(MAKE) documentation
|
||||
$(INSTALL_DATA) -d $(srcdir)/doc/html $(srcdir)/doc/latex $(srcdir)/doc/man $(distdir)/doc/
|
||||
|
||||
# Prepare documentation
|
||||
documentation:
|
||||
cd doc && $(MAKE) doc && cd ..
|
||||
cd doc && $(MAKE) doc && cd ..
|
||||
# convinience-target
|
||||
doc: documentation
|
||||
doc: documentation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue