Browse Source

Fix documentation installation. This is the real 0.99.beta15 release.

tags/v0.99.beta15
Sam Hocevar sam 16 years ago
parent
commit
87a5d8085d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      doc/Makefile.am

+ 2
- 0
doc/Makefile.am View File

@@ -43,6 +43,7 @@ clean-local:

install-data-local:
if BUILD_DOCUMENTATION
mkdir -p $(DESTDIR)$(datadir)/doc
ln -s libcaca-dev $(DESTDIR)$(datadir)/doc/libcucul-dev
$(mkinstalldirs) $(DESTDIR)$(datadir)/doc/libcaca-dev/html
cp `find html -name '*.html' -o -name '*.gif' -o -name '*.png'` \
@@ -59,4 +60,5 @@ endif

uninstall-local:
rm -f $(DESTDIR)$(datadir)/doc/libcucul-dev
rmdir $(DESTDIR)$(datadir)/doc 2>/dev/null || true


Loading…
Cancel
Save