Fix spelling of otherwise in surf.1
[surf.git] / Makefile
index 80fe821..a9d4d1d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,8 @@ clean:
 dist: clean
        @echo creating dist tarball
        @mkdir -p surf-${VERSION}
-       @cp -R LICENSE Makefile config.mk README \
+       @cp -R LICENSE Makefile config.mk config.def.h README \
+               surf-open.sh arg.h TODO.md surf.png \
                surf.1 ${SRC} surf-${VERSION}
        @tar -cf surf-${VERSION}.tar surf-${VERSION}
        @gzip surf-${VERSION}.tar