diff options
author | Mathieu Lacage <mathieu@eazel.com> | 2000-11-03 20:33:01 +0000 |
---|---|---|
committer | Mathieu Lacage <mathieu@src.gnome.org> | 2000-11-03 20:33:01 +0000 |
commit | e7bbf724b86da074101688094e223588db0376b4 (patch) | |
tree | 45d2f78e2353154b79a2ac9003783d52aeae2587 /user-guide | |
parent | 9a7d7b980cf4be9c2cb69ad9cd69e1c9674ae17c (diff) | |
download | nautilus-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.am | 2 |
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 |