summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2021-07-04 17:21:22 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2021-07-04 17:21:22 +0200
commit1c49000db5b70b10c43af25c334a7f3006ea768d (patch)
treed41c117206cf2f2a905402a41034390e44fbdec3
parent976271c2315f825772a96ffe0008825e955fe14f (diff)
downloadsigc++-1c49000db5b70b10c43af25c334a7f3006ea768d.tar.gz
docs: Remove some obsolete files
Remove docs/docs/manual/README, docs/docs/reference/README and docs/Makefile.
-rw-r--r--docs/Makefile7
-rw-r--r--docs/docs/manual/README0
-rw-r--r--docs/docs/reference/README6
3 files changed, 0 insertions, 13 deletions
diff --git a/docs/Makefile b/docs/Makefile
deleted file mode 100644
index 0841efa..0000000
--- a/docs/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-web_path = /home/groups/l/li/libsigc/htdocs/
-
-post-html:
- rsync -avz --rsh ssh --cvs-exclude * $$USER,libsigc@web.sourceforge.net:$(web_path)
-
-#post-html:
-# scp $$SSH_OPT -r *.shtml *.css fragments images $$USER@shell.sourceforge.net:$(web_path)
diff --git a/docs/docs/manual/README b/docs/docs/manual/README
deleted file mode 100644
index e69de29..0000000
--- a/docs/docs/manual/README
+++ /dev/null
diff --git a/docs/docs/reference/README b/docs/docs/reference/README
deleted file mode 100644
index ce16435..0000000
--- a/docs/docs/reference/README
+++ /dev/null
@@ -1,6 +0,0 @@
-You need to have doxygen installed.
-
-make targets:
-
-all: builds the reference documentation
-post-html: uploads it to the sourceforge site. \ No newline at end of file