]> git.tuebingen.mpg.de Git - dss.git/blobdiff - Makefile
string.c: Include stdio instead of cmdline.h.
[dss.git] / Makefile
index cc286a7b068c601894346b0269b51af784a35807..b1ba12ce9a73e03d89976139f98abecb67b879ad 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-dss_objects := cmdline.o dss.o string.o fd.o exec.o signal.o daemon.o df.o time.o
+dss_objects := cmdline.o dss.o string.o fd.o exec.o signal.o daemon.o df.o time.o snap.o
 all: dss
 man: dss.1
 
@@ -17,7 +17,7 @@ CPPFLAGS += -Wbad-function-cast
 Makefile.deps: $(wildcard *.c *.h)
        gcc -MM -MG *.c > $@
 
-include Makefile.deps
+-include Makefile.deps
 
 dss: $(dss_objects)
        $(CC) $(CPPFLAGS) $(DEBUG_CPPFLAGS) -o $@ $(dss_objects)
@@ -34,7 +34,7 @@ cmdline.c cmdline.h: dss.ggo
        gengetopt --conf-parser < $<
 
 dss.1: dss
-       help2man -N ./$< > $@
+       help2man -h --detailed-help -N ./$< > $@
 
 %.1.html: %.1
        man2html $< > $@