summaryrefslogtreecommitdiff
path: root/user-guide
diff options
context:
space:
mode:
authorMathieu Lacage <mathieu@eazel.com>2000-11-06 18:09:55 +0000
committerMathieu Lacage <mathieu@src.gnome.org>2000-11-06 18:09:55 +0000
commit72f6619b8f1776b54cdd7ffa1c3546dfc45ecdba (patch)
treedc9f3b42724abc74fcd463bae4575a89ce288561 /user-guide
parent6261ea48137d5467c624efded0786b76f3d56115 (diff)
downloadnautilus-72f6619b8f1776b54cdd7ffa1c3546dfc45ecdba.tar.gz
fix make distcheck.
2000-11-06 Mathieu Lacage <mathieu@eazel.com> * user-guide/C/Makefile.am: fix make distcheck.
Diffstat (limited to 'user-guide')
-rw-r--r--user-guide/C/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/user-guide/C/Makefile.am b/user-guide/C/Makefile.am
index b5c59d8d4..b65f18532 100644
--- a/user-guide/C/Makefile.am
+++ b/user-guide/C/Makefile.am
@@ -26,9 +26,10 @@ install-data-local:
dist-hook:
mkdir $(distdir)/sgml
+ mkdir $(distdir)/html
mkdir $(distdir)/img
-cp $(srcdir)/sgml/*.sgml $(distdir)/sgml
-cp $(srcdir)/fdl.sgml $(distdir)
-cp $(srcdir)/img/*.png $(distdir)/img
+ -cp $(srcdir)/html/*.html $(distdir)/html
-.PHONY : html