From 87a5d8085d07e82040c66883bdd0cb77ba3c757f Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 27 Sep 2008 21:30:09 +0000 Subject: [PATCH] Fix documentation installation. This is the real 0.99.beta15 release. --- doc/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index b1b18a3..4b5d10a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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