summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2022-01-29 23:12:44 +0100
committerSebastian Pipping <sebastian@pipping.org>2022-01-29 23:28:05 +0100
commitc322e14f9f9c7203f058737cc02a001b3cd9a143 (patch)
tree7819ef092c5dde97e649eee97cf1507fc0093e27
parent26b677744c2eff96ce619004473d8e7680d8c92f (diff)
downloadlibexpat-git-c322e14f9f9c7203f058737cc02a001b3cd9a143.tar.gz
doc: Drop unused file valid-xhtml10.png
Unused since commit 30c4aa85f530f279d8c9cc2f584fa9a9df7e2bf1 of 2.4.0
-rw-r--r--expat/doc/Makefile.am1
-rw-r--r--expat/doc/valid-xhtml10.pngbin1981 -> 0 bytes
-rw-r--r--expat/win32/expat.iss1
3 files changed, 0 insertions, 2 deletions
diff --git a/expat/doc/Makefile.am b/expat/doc/Makefile.am
index 16987e8d..dbcb0919 100644
--- a/expat/doc/Makefile.am
+++ b/expat/doc/Makefile.am
@@ -57,5 +57,4 @@ EXTRA_DIST = \
ok.min.css \
reference.html \
style.css \
- valid-xhtml10.png \
xmlwf.xml
diff --git a/expat/doc/valid-xhtml10.png b/expat/doc/valid-xhtml10.png
deleted file mode 100644
index 8b5f1bae..00000000
--- a/expat/doc/valid-xhtml10.png
+++ /dev/null
Binary files differ
diff --git a/expat/win32/expat.iss b/expat/win32/expat.iss
index ae8ce7ef..8e4257b6 100644
--- a/expat/win32/expat.iss
+++ b/expat/win32/expat.iss
@@ -73,7 +73,6 @@ Flags: ignoreversion; Source: COPYING; DestDir: "{app}"; De
Flags: ignoreversion; Source: README.md; DestDir: "{app}"; DestName: README.txt
Flags: ignoreversion; Source: doc\*.html; DestDir: "{app}\Doc"
Flags: ignoreversion; Source: doc\*.css; DestDir: "{app}\Doc"
-Flags: ignoreversion; Source: doc\*.png; DestDir: "{app}\Doc"
Flags: ignoreversion; Source: win32\bin\Release\*.dll; DestDir: "{app}\Bin"
Flags: ignoreversion; Source: win32\bin\Release\*.lib; DestDir: "{app}\Bin"
Flags: ignoreversion; Source: win32\README.txt; DestDir: "{app}\Source"