Skip to content

Commit

Permalink
Fix for support >=automake-1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zas committed Aug 30, 2012
1 parent db38d12 commit c5600d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

helpdir = @htmldir@

# empty help_DATA just installs the directory
help_DATA =

EXTRA_DIST = docbook2html.sh docbook

html/GuideIndex.html: docbook/GuideIndex.xml
Expand All @@ -19,6 +16,7 @@ html: html/GuideIndex.html

install-data-hook: html
if [ -x "$(GNOME_DOC_TOOL)" ]; then \
$(MKDIR_P) "$(DESTDIR)$(helpdir)" || exit 1; \
cd html; for f in * ; do $(INSTALL_DATA) "$$f" "$(DESTDIR)$(helpdir)/$$f" ; done; \
ln -s GuideIndex.html "$(DESTDIR)$(helpdir)/index.html" ; \
fi
Expand Down

0 comments on commit c5600d6

Please sign in to comment.