X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;fp=src%2FMakefile.am;h=2d9c77c0eec4df3b3394ccc08a50fb486ef65b0d;hb=a2deb1da118d09bac2200effa9aef03aef03f215;hp=c3a496af87ceecdc8f4b944fc2bf9ce07a8a4a72;hpb=e3e599a252cf7b27bba96a115dba6fc701bf6f21;p=psensor.git diff --git a/src/Makefile.am b/src/Makefile.am index c3a496a..2d9c77c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -98,13 +98,11 @@ AM_CPPFLAGS += $(CURL_CFLAGS) $(JSON_CFLAGS) endif endif -EXTRA_DIST = description.txt psensor.schemas - psensor.1: main.c $(top_srcdir)/configure.ac $(MAKE) $(AM_MAKEFLAGS) psensor$(EXEEXT) help2man --include=description.txt -N --name="Temperature monitoring application" --output=psensor.1 ./psensor$(EXEEXT) gsettings_SCHEMAS=psensor.gschema.xml -EXTRA_DIST=$(gsettings_SCHEMAS) +EXTRA_DIST = description.txt $(gsettings_SCHEMAS) @GSETTINGS_RULES@