Stop hiding catalog-0000.xml file
The hidden files cannot be downloaded (404) even when addressed directly. Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
c00e9cbe1f
commit
d6be99ed59
5
Makefile
5
Makefile
@ -217,12 +217,9 @@ UnregisterShortcuts ::
|
||||
# Building
|
||||
######################################################################
|
||||
|
||||
"$(PUBLISH_DIR_LEGACY)\catalog-0000.xml" : "$(OUTPUT_DIR)\catalog.xml"
|
||||
copy /y $** $@ > NUL
|
||||
|
||||
"$(PUBLISH_DIR_LEGACY)\catalog-0000.xml" \
|
||||
"$(PUBLISH_DIR)\catalog-0000.xml" : "$(OUTPUT_DIR)\catalog.xml"
|
||||
copy /y $** $@ > NUL
|
||||
attrib.exe +h $@
|
||||
|
||||
"$(OUTPUT_DIR)\catalog.xml" : \
|
||||
"$(OUTPUT_DIR)\ZRColaEn32.msi" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user