~ubuntu-branches/ubuntu/natty/xfce4-panel/natty

« back to all changes in this revision

Viewing changes to docs/manual/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2011-02-27 00:55:05 UTC
  • mfrom: (4.1.4 experimental)
  • Revision ID: james.westby@ubuntu.com-20110227005505-i405gx4j4d1s0tjg
Tags: 4.8.2-1
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
GTK_LIBS = @GTK_LIBS@
171
171
GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
172
172
GTK_VERSION = @GTK_VERSION@
 
173
HELPER_PATH_PREFIX = @HELPER_PATH_PREFIX@
173
174
HTML_DIR = @HTML_DIR@
174
175
INSTALL = @INSTALL@
175
176
INSTALL_DATA = @INSTALL_DATA@
706
707
                $(INSTALL_DATA) "$$file" "$$dest/"; \
707
708
        fi; \
708
709
        for lang in $(ALL_LINGUAS); do \
709
 
                if test -d "$(srcdir)/html/$$lang/index.html"; then \
 
710
                if test -f "$(srcdir)/html/$$lang/index.html"; then \
710
711
                        dest="$(DESTDIR)$(docdir)/html/$$lang"; \
711
712
                        $(mkinstalldirs) "$$dest"; \
712
713
                        installfiles=`echo "$(srcdir)/html/$$lang/*"`; \