Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc: Remove one dupplicated image and a 10 years old unused graph that I don't unders...
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 15 Jan 2023 11:07:05 +0000 (12:07 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 15 Jan 2023 16:24:13 +0000 (17:24 +0100)
.gitignore
MANIFEST.in
doc/webcruft/eclipseScreenShot.png [deleted file]
doc/webcruft/output.goal.pdf [deleted file]
tools/cmake/DefinePackages.cmake
tools/cmake/Distrib.cmake

index 5608147..8c29755 100644 (file)
@@ -74,7 +74,6 @@ doc/org/
 doc/overview-frame.html
 doc/overview-summary.html
 doc/overview-tree.html
-doc/package-list
 doc/resources/
 doc/serialized-form.html
 doc/stylesheet.css
index 4063307..c1deffa 100644 (file)
@@ -1,8 +1,6 @@
 # This file lists the content of the python source package
 # Prepared in tools/cmake/Distrib.cmake
 
-include doc/webcruft/eclipseScreenShot.png
-include doc/webcruft/output.goal.pdf
 include examples/c/actor-create/actor-create.c
 include examples/c/actor-create/actor-create.tesh
 include examples/c/actor-create/actor-create_d.xml
diff --git a/doc/webcruft/eclipseScreenShot.png b/doc/webcruft/eclipseScreenShot.png
deleted file mode 100644 (file)
index 4111737..0000000
Binary files a/doc/webcruft/eclipseScreenShot.png and /dev/null differ
diff --git a/doc/webcruft/output.goal.pdf b/doc/webcruft/output.goal.pdf
deleted file mode 100644 (file)
index 06e6302..0000000
Binary files a/doc/webcruft/output.goal.pdf and /dev/null differ
index 414e10b..c0e0f2a 100644 (file)
@@ -906,10 +906,6 @@ set(DOC_TOOLS
   )
 
 # these files get copied automatically to the html documentation
-set(DOC_IMG
-  ${CMAKE_HOME_DIRECTORY}/doc/webcruft/eclipseScreenShot.png
-  ${CMAKE_HOME_DIRECTORY}/doc/webcruft/output.goal.pdf
-  )
 
 set(bin_files
   ${bin_files}
index 26de62b..9ce7f2b 100644 (file)
@@ -96,7 +96,6 @@ set(source_to_pack
   ${EXTRA_DIST}
   ${CMAKE_SOURCE_FILES}
   ${CMAKEFILES_TXT}
-  ${DOC_IMG}
   ${DOC_SOURCES}
   ${DOC_TOOLS}
   ${PLATFORMS_EXAMPLES}