~ubuntu-branches/ubuntu/oneiric/xfce4-panel/oneiric

« back to all changes in this revision

Viewing changes to docs/manual/Makefile.am

  • 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:
33
33
                $(INSTALL_DATA) "$$file" "$$dest/"; \
34
34
        fi; \
35
35
        for lang in $(ALL_LINGUAS); do \
36
 
                if test -d "$(srcdir)/html/$$lang/index.html"; then \
 
36
                if test -f "$(srcdir)/html/$$lang/index.html"; then \
37
37
                        dest="$(DESTDIR)$(docdir)/html/$$lang"; \
38
38
                        $(mkinstalldirs) "$$dest"; \
39
39
                        installfiles=`echo "$(srcdir)/html/$$lang/*"`; \