add help target
[mkws-moved-to-github.git] / doc / Makefile
index ee67fbe..925d5d7 100644 (file)
@@ -43,3 +43,8 @@ all: $(DOCS)
 clean:
        rm -f $(DOCS)
 
+distclean: clean
+
+help:
+       @echo "make [ all | install | clean | distclean ]"
+