Move check for low disk space to try_to_free_disk_space().
[dss.git] / Makefile
index ae4eda8867448e580d8960c5ddf2d308e1a62542..f59e315752fd83e8949e0392e2c96e198b4d9a67 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,8 +36,8 @@ cmdline.o: cmdline.c cmdline.h
 cmdline.c cmdline.h: dss.ggo
        gengetopt --conf-parser < $<
 
 cmdline.c cmdline.h: dss.ggo
        gengetopt --conf-parser < $<
 
-dss.1: dss
-       help2man -h --detailed-help -N ./$< > $@
+dss.1: dss dss.1.inc
+       help2man -h --detailed-help --include dss.1.inc -N ./$< > $@
 
 %.1.html: %.1
        man2html $< > $@
 
 %.1.html: %.1
        man2html $< > $@