summaryrefslogtreecommitdiff
path: root/manual/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'manual/Makefile')
-rw-r--r--manual/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/Makefile b/manual/Makefile
index 947b8008..68f372d0 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -2,7 +2,7 @@ TITLE = Backups with Obnam
AUTHOR = Lars Wirzenius (liw@liw.fi)
VERSION = Version $(shell git describe)
-sources = 000.mdwn $(wildcard *.mdwn)
+sources = 000.mdwn $(shell ls *.mdwn | grep -vFx 000.mdwn)
outputs = manual.pdf manual.html
all: $(outputs)