Fixed "make dist"
This commit is contained in:
parent
8543f317e4
commit
57dd20bcf2
2
Makefile
2
Makefile
|
@ -24,8 +24,10 @@ dist:
|
|||
$(PACKAGE)-$(VERSION)/data/Makefile \
|
||||
$(PACKAGE)-$(VERSION)/data/todo.desktop \
|
||||
$(PACKAGE)-$(VERSION)/data/project.conf \
|
||||
$(PACKAGE)-$(VERSION)/data/16x16/Makefile \
|
||||
$(PACKAGE)-$(VERSION)/data/16x16/todo.png \
|
||||
$(PACKAGE)-$(VERSION)/data/16x16/project.conf \
|
||||
$(PACKAGE)-$(VERSION)/data/24x24/Makefile \
|
||||
$(PACKAGE)-$(VERSION)/data/24x24/todo.png \
|
||||
$(PACKAGE)-$(VERSION)/data/24x24/project.conf \
|
||||
$(PACKAGE)-$(VERSION)/data/48x48/todo.png \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
dist=todo.png
|
||||
dist=Makefile,todo.png
|
||||
|
||||
[todo.png]
|
||||
install=$(PREFIX)/share/icons/hicolor/16x16/apps
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
dist=todo.png
|
||||
dist=Makefile,todo.png
|
||||
|
||||
[todo.png]
|
||||
install=$(PREFIX)/share/icons/hicolor/24x24/apps
|
||||
|
|
Loading…
Reference in New Issue
Block a user