Makefile.am: Distribute the `confsubst' script.
[runlisp] / Makefile.am
index d8d3408..178949c 100644 (file)
@@ -173,6 +173,7 @@ uninstall-hook::
 
 ## Documentation.
 SUBDIRS                        += doc
+EXTRA_DIST             += README.org
 
 ## Testing.
 SUBDIRS                        += t
@@ -191,5 +192,6 @@ dist-hook::
 
 ## Additional build tools.
 EXTRA_DIST             += config/auto-version
+EXTRA_DIST             += config/confsubst
 
 ###----- That's all, folks --------------------------------------------------