]> Skullheadx's Git Forge - surf.git/commitdiff
Fix distfile generation
authorQuentin Rameau <quinq@fifth.space>
Sun, 9 May 2021 22:34:21 +0000 (00:34 +0200)
committerQuentin Rameau <quinq@fifth.space>
Sun, 9 May 2021 22:37:46 +0000 (00:37 +0200)
Makefile

index e5d4172d270250eda761076ba9fb95153f8a7909..1edf82068e6da223592f89344d6e53bbc226539c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ dist: distclean
        mkdir -p surf-$(VERSION)
        cp -R LICENSE Makefile config.mk config.def.h README \
            surf-open.sh arg.h TODO.md surf.png \
-           surf.1 $(SRC) $(CSRC) $(WSRC) surf-$(VERSION)
+           surf.1 common.h $(SRC) $(WSRC) surf-$(VERSION)
        tar -cf surf-$(VERSION).tar surf-$(VERSION)
        gzip surf-$(VERSION).tar
        rm -rf surf-$(VERSION)