aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-30 19:37:32 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-30 19:37:32 +0100
commit6c6aeabdae51647948769909bcaa73ce9c98e363 (patch)
tree49b6db3e045803938d91232475a6a0f9e78c190e
parentoutput (diff)
downloadsat-6c6aeabdae51647948769909bcaa73ce9c98e363.tar.gz
sat-6c6aeabdae51647948769909bcaa73ce9c98e363.tar.bz2
sat-6c6aeabdae51647948769909bcaa73ce9c98e363.tar.xz
add missing file to makefile
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a857f81..7f3f2ea 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -94,7 +94,7 @@ ___EVERYTHING_INFO = sat titlepage-data content hardcopy-copying \
___EVERYTHING_H = client common daemon daemonise parse_time
_EVERYTHING = $(foreach F,$(___EVERYTHING_INFO),doc/info/$(F).texinfo) \
$(foreach F,$(___EVERYTHING_H),src/$(F).h) \
- $(__EVERYTHING_ALL_COMMON) DEPENDENCIES INSTALL NEWS
+ $(__EVERYTHING_ALL_COMMON) DEPENDENCIES INSTALL NEWS src/README
# }}