Fix 'make release' for new documentation.
This commit is contained in:
parent
2842f44a8a
commit
e26ba5174c
5
Makefile
5
Makefile
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue