diff options
author | Aaron Weber <aaron@src.gnome.org> | 2001-08-17 02:00:06 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2001-08-17 02:00:06 +0800 |
commit | b28275657d0fc2345306ea21b2ac52c57fb79688 (patch) | |
tree | 2c91ed8337091e0310c542941a77d553680ad3d3 | |
parent | c140e7f06e03c991716ab85717ceefb0a1819e3c (diff) | |
download | gsoc2013-evolution-b28275657d0fc2345306ea21b2ac52c57fb79688.tar gsoc2013-evolution-b28275657d0fc2345306ea21b2ac52c57fb79688.tar.gz gsoc2013-evolution-b28275657d0fc2345306ea21b2ac52c57fb79688.tar.bz2 gsoc2013-evolution-b28275657d0fc2345306ea21b2ac52c57fb79688.tar.lz gsoc2013-evolution-b28275657d0fc2345306ea21b2ac52c57fb79688.tar.xz gsoc2013-evolution-b28275657d0fc2345306ea21b2ac52c57fb79688.tar.zst gsoc2013-evolution-b28275657d0fc2345306ea21b2ac52c57fb79688.zip |
s/doc/help to point at the right dir.
svn path=/trunk/; revision=12108
-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 349f0f640f..c8610fd947 100644 --- a/help/C/Makefile.am +++ b/help/C/Makefile.am @@ -45,5 +45,5 @@ sgml_ents = \ usage-print.sgml \ usage-sync.sgml -include $(top_srcdir)/doc/sgmldocs.make +include $(top_srcdir)/help/sgmldocs.make dist-hook: app-dist-hook |