summaryrefslogtreecommitdiff
path: root/user-guide
diff options
context:
space:
mode:
authorMathieu Lacage <mathieu@eazel.com>2000-11-03 20:33:01 +0000
committerMathieu Lacage <mathieu@src.gnome.org>2000-11-03 20:33:01 +0000
commite7bbf724b86da074101688094e223588db0376b4 (patch)
tree45d2f78e2353154b79a2ac9003783d52aeae2587 /user-guide
parent9a7d7b980cf4be9c2cb69ad9cd69e1c9674ae17c (diff)
downloadnautilus-e7bbf724b86da074101688094e223588db0376b4.tar.gz
fix pb with buildir != srcdir
2000-11-03 Mathieu Lacage <mathieu@eazel.com> * user-guide/C/Makefile.am: fix pb with buildir != srcdir
Diffstat (limited to 'user-guide')
-rw-r--r--user-guide/C/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/user-guide/C/Makefile.am b/user-guide/C/Makefile.am
index db849b38e..1a43830ea 100644
--- a/user-guide/C/Makefile.am
+++ b/user-guide/C/Makefile.am
@@ -21,7 +21,7 @@ install-data-local:
done; \
fi
$(mkinstalldirs) $(DESTDIR)$(SGML_DIR)/fdl/$(LANG)/
- $(INSTALL_DATA) fdl.sgml $(DESTDIR)$(SGML_DIR)/fdl/$(LANG)/fdl.sgml
+ $(INSTALL_DATA) $(srcdir)/fdl.sgml $(DESTDIR)$(SGML_DIR)/fdl/$(LANG)/fdl.sgml
dist-hook:
mkdir $(distdir)/sgml