diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index bce1117..8a11807 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,37 +1,35 @@ include $(top_srcdir)/Makefile.decl -NULL = - SRC_DIR = $(top_srcdir)/gee -docdir=$(datadir)/devhelp/references/gee-1.0 -innerdocdir=$(datadir)/devhelp/references/gee-1.0/gee-1.0 -imgdir=$(datadir)/devhelp/references/gee-1.0/gee-1.0/img +docdir=$(datadir)/devhelp/references/gee-0.8 +innerdocdir=$(datadir)/devhelp/references/gee-0.8/gee-0.8 +imgdir=$(datadir)/devhelp/references/gee-0.8/gee-0.8/img doc_data = \ - gee-1.0/*.css \ - gee-1.0/*.png \ + gee-0.8/*.css \ + gee-0.8/*.png \ $(NULL) doc_DATA = \ - gee-1.0/index.html \ + gee-0.8/index.html \ $(doc_data) \ $(NULL) innerdoc_DATA = \ - gee-1.0/gee-1.0/index.htm \ - gee-1.0/gee-1.0/*.html \ + gee-0.8/gee-0.8/index.htm \ + gee-0.8/gee-0.8/*.html \ $(NULL) img_DATA = \ - gee-1.0/gee-1.0/img/*.png \ + gee-0.8/gee-0.8/img/*.png \ $(NULL) -$(doc_data) $(innerdoc_DATA) $(img_DATA): gee-1.0/index.html +$(doc_data) $(innerdoc_DATA) $(img_DATA): gee-0.8/index.html -gee-1.0/index.html: - $(VALADOC) -o gee-1.0/ --wiki ./ --force -b $(top_srcdir) $(SRC_DIR)/*.vala +gee-0.8/index.html: + $(VALADOC) -o gee-0.8/ --wiki ./ --force -b $(top_srcdir) $(SRC_DIR)/*.vala EXTRA_DIST += \ index.wiki \ - $(NULL)
\ No newline at end of file + $(NULL) |