Fix 'make release' for new documentation.

This commit is contained in:
Solomon Peachy 2024-07-11 07:16:25 -04:00
parent 2842f44a8a
commit e26ba5174c

View file

@ -241,7 +241,10 @@ clean:
release:
$(RM) -Rf selphy_print$(REVISION)
$(MKDIR) -p selphy_print$(REVISION)
$(CP) -a COPYING README selphy_print$(REVISION)
$(CP) -a COPYING README.txt selphy_print$(REVISION)
$(MKDIR) -p selphy_print$(REVISION)/docs
$(CP) -a docs/* selphy_print$(REVISION)/docs
ifeq (,$(findstring mingw,$(CC)))
$(CP) -a *.c *.h Makefile blacklist lib6145 lib70x hiti_data selphy_print$(REVISION)
$(TAR) -czvf selphy_print-src$(REVISION).tar.gz selphy_print$(REVISION)