File tree 1 file changed +9
-2
lines changed 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ SRCICONS := $(wildcard grass/*.png)
7
7
SRCFLAGS := $(wildcard flags/* .png)
8
8
ETCICONS := $(patsubst % ,$(GUIDIR ) /icons/% ,$(SRCICONS ) $(SRCICO ) $(SRCFLAGS ) )
9
9
HTMLICONS := $(patsubst grass/% ,$(HTMLDIR ) /icons/% ,$(SRCICONS ) )
10
+ MDDIRICONS := $(patsubst grass/% ,$(MDDIR ) /source/icons/% ,$(SRCICONS ) )
10
11
11
12
DSTDIRS = \
12
13
$(GUIDIR ) \
@@ -17,7 +18,10 @@ DSTDIRS = \
17
18
HTMLDIRS = \
18
19
$(HTMLDIR ) /icons
19
20
20
- default : $(ETCICONS ) $(HTMLICONS )
21
+ MDDIRS = \
22
+ $(MDDIR ) /source/icons
23
+
24
+ default : $(ETCICONS ) $(HTMLICONS ) $(MDDIRICONS )
21
25
$(MKDIR ) $(ARCH_DISTDIR ) /share/applications
22
26
$(INSTALL_DATA ) grass.desktop $(ARCH_DISTDIR ) /share/applications
23
27
$(MKDIR ) $(ARCH_DISTDIR ) /share/icons/hicolor/8x8/apps
@@ -66,5 +70,8 @@ $(GUIDIR)/icons/%: % | $(DSTDIRS)
66
70
$(HTMLDIR ) /icons/% : grass/% | $(HTMLDIRS )
67
71
$(INSTALL_DATA ) $< $@
68
72
69
- $(DSTDIRS ) $(HTMLDIRS ) : % :
73
+ $(MDDIR ) /source/icons/% : grass/% | $(MDDIRS )
74
+ $(INSTALL_DATA ) $< $@
75
+
76
+ $(DSTDIRS ) $(HTMLDIRS ) $(MDDIRS ) : % :
70
77
$(MKDIR ) $@
You can’t perform that action at this time.
0 commit comments