with-umask: New tool. DWISOTT.
[misc] / Makefile.am
index 86027e8..2e70051 100644 (file)
@@ -178,6 +178,9 @@ hush.1: hush.1.in Makefile
        $(SUBST) $(srcdir)/hush.1.in >$@.new $(SUBSTITUTIONS) && \
                mv $@.new $@
 
+dist_bin_SCRIPTS       += with-umask
+dist_man_MANS          += with-umask.1
+
 ## bash scripts.
 if HAVE_BASH