X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile;h=a60a65b3e34e99f643ff4493cfff0c1b8d76a44d;hb=HEAD;hp=ef00f50cffdec1fdf36b24f8fa0f4b5f0adb8035;hpb=766ebea19c1618ddab85a4fc6af2a5bf53a9ec38;p=dss.git diff --git a/Makefile b/Makefile index ef00f50..c8242b4 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ INSTALL_PROGRAM ?= $(INSTALL) INSTALL_DATA ?= $(INSTALL) -m 644 MKDIR_P := mkdir -p -VERSION_STRING = 1.0.0 +VERSION_STRING = 1.0.1 dss_objects := dss.o str.o file.o exec.o sig.o daemon.o df.o tv.o snap.o ipc.o dss.lsg.o all: dss dss.1 @@ -71,3 +71,5 @@ index.html: dss.1.html index.html.in INSTALL README NEWS sed -e '1,/@INSTALL@/d' -e '/@MAN_PAGE@/,$$d' index.html.in >> $@ cat dss.1.html >> $@ sed -e '1,/@MAN_PAGE@/d' index.html.in >> $@ + +-include Makefile.local