summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortpm <>2005-07-04 19:31:56 +0000
committertpm <>2005-07-04 19:31:56 +0000
commit020888032eae89790b7bff1d968be8765d07e744 (patch)
tree3db7eb0a9f30ee4d798e664f22f538a22b585040 /README
parent6bdf57c6f619fa6349fad82de2df8febc13791e0 (diff)
downloadintltool-020888032eae89790b7bff1d968be8765d07e744.tar.gz
* README: Mention DISTCLEANFILES in automake section (without
that 'make distcheck' might not work in programs). (#309455)
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index d37d11d..aa081df 100644
--- a/README
+++ b/README
@@ -51,6 +51,9 @@ To use intltool in your module, do the following:
to EXTRA_DIST in your top-level Makefile.am and also to the top-level
.cvsignore. Also add the non-.in versions to .cvsignore.
+ o Add intltool-extract, intltool-merge, and intltool-update to
+ DISTCLEANFILES in your top-level Makefile.am.
+
o Remove po/desk.pl and po/update.* scripts. intltool-update will take
over their functionality.