build: diagrams and logos are no longer generated during build, so don't remove them
This commit is contained in:
@@ -110,9 +110,3 @@ CLEANFILES += \
|
|||||||
*.stamp \
|
*.stamp \
|
||||||
-rf xml html tmpl \
|
-rf xml html tmpl \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
# PNGs are removed only in dist-clean
|
|
||||||
# Diagrams and logos are generated by dia in the current directory
|
|
||||||
DISTCLEANFILES = \
|
|
||||||
$(notdir $(DIAGRAMS_PNG)) \
|
|
||||||
$(notdir $(LOGOS_PNG))
|
|
||||||
|
@@ -89,8 +89,3 @@ CLEANFILES += \
|
|||||||
*.stamp \
|
*.stamp \
|
||||||
-rf xml html tmpl \
|
-rf xml html tmpl \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
# PNGs are removed only in maintainer-clean
|
|
||||||
# Logos are copied to current directory by gtk-doc
|
|
||||||
DISTCLEANFILES = \
|
|
||||||
$(notdir $(LOGOS_PNG))
|
|
||||||
|
Reference in New Issue
Block a user