diff options
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile index cccdff3..03e3e0a 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,6 +3,9 @@ all: emms.info +clean: + rm -f *.info + %.info: %.texinfo makeinfo --no-split $< |