diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-11-15 12:05:14 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-11-15 12:05:14 +0100 |
commit | 0cf256e06f259fb41b9111cc95681e7ce1446c51 (patch) | |
tree | 6976975061f5a9a79059ea9f9f6bfbc9697a8cfb /doc | |
parent | 387427d4bd65d02b79f736464c8747da4905aa0c (diff) | |
download | advtime-0cf256e06f259fb41b9111cc95681e7ce1446c51.tar.gz advtime-0cf256e06f259fb41b9111cc95681e7ce1446c51.tar.bz2 advtime-0cf256e06f259fb41b9111cc95681e7ce1446c51.zip |
doc: Add png images to clean target
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 0a5d118..20d7f43 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -19,4 +19,4 @@ presentation.html: presentation.asciidoc images: image/film.svg $(IMAGES_PNG) clean: - rm -f presentation.html + rm -f presentation.html $(IMAGES_PNG) |