Update default IRC servers list.
[elisp/liece.git] / Makefile.am
index 7547883..457eb05 100644 (file)
@@ -1,4 +1,6 @@
-SUBDIRS = . dcc doc etc lisp 
+SUBDIRS = . dcc doc etc lisp
+EXTRA_DIST = sample.dot.emacs.in
+DISTCLEANFILES = sample.dot.emacs
 
 CVSROOT = :pserver:anonymous@cvs.m17n.org:/cvs/root
 if USE_TM
@@ -33,6 +35,9 @@ endif
 
 all-local: $(ALL_LOCAL_TARGET)
 
+sample.dot.emacs: sample.dot.emacs.in
+       sed -e 's!@pkgdatadir@!$(pkgdatadir)!g' $< > $@
+
 install-data-local: $(INSTALL_LOCAL_TARGET) 
 
 clean-local: $(CLEAN_LOCAL_TARGET)