diff options
Diffstat (limited to 'help/C')
-rw-r--r-- | help/C/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/C/Makefile.am b/help/C/Makefile.am index 6aa9035909..90b0e0ea2f 100644 --- a/help/C/Makefile.am +++ b/help/C/Makefile.am @@ -32,7 +32,7 @@ dist-hook: mkdir $(distdir)/evolution/stylesheet-images -cp evolution/stylesheet-images/* $(distdir)/evolution/stylesheet-images -install-data-local: evolution +install-data-local: evolution-guide $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir) -for file in $(srcdir)/evolution/*.html $(srcdir)/evolution/*.css; do \ basefile=`basename $$file`; \ |