summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2020-03-06 05:10:57 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2020-03-26 21:17:16 +0000
commit072df93b4de8844903e988bc1b70fd3ce88a744d (patch)
treedec1ed9b84eb2eca54a42eaa7084782423e94e6f /doc
parentfc403da308808532d5cbb59c5378df53fabbb8c4 (diff)
downloadmetacity-072df93b4de8844903e988bc1b70fd3ce88a744d.tar.gz
tools: remove window demo
Diffstat (limited to 'doc')
-rw-r--r--doc/man/Makefile.am9
-rw-r--r--doc/man/metacity-theme-viewer.13
-rw-r--r--doc/man/metacity-window-demo.125
3 files changed, 8 insertions, 29 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 77b8ab13..7fce4349 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -1,5 +1,10 @@
-man_MANS = metacity.1 metacity-theme-viewer.1 \
- metacity-window-demo.1 metacity-message.1
+NULL =
+
+man_MANS = \
+ metacity.1 \
+ metacity-message.1 \
+ metacity-theme-viewer.1 \
+ $(NULL)
EXTRA_DIST = $(man_MANS)
diff --git a/doc/man/metacity-theme-viewer.1 b/doc/man/metacity-theme-viewer.1
index 72df142f..44ab0b88 100644
--- a/doc/man/metacity-theme-viewer.1
+++ b/doc/man/metacity-theme-viewer.1
@@ -39,5 +39,4 @@ This manual page was written by Jose M. Moya <josem@die.upm.es>, for
the Debian GNU/Linux system (but may be used by others).
.SH "SEE ALSO"
.\" Always quote multiple words for .SH
-.BR metacity (1),
-.BR metacity-window-demo (1).
+.BR metacity (1).
diff --git a/doc/man/metacity-window-demo.1 b/doc/man/metacity-window-demo.1
deleted file mode 100644
index b7e4a852..00000000
--- a/doc/man/metacity-window-demo.1
+++ /dev/null
@@ -1,25 +0,0 @@
-.\" In .TH, FOO should be all caps, SECTION should be 1-8, maybe w/ subsection
-.\" other parms are allowed: see man(7), man(1)
-.\"
-.\" Based on template provided by Tom Christiansen <tchrist@jhereg.perl.com>.
-.\"
-.TH METACITY-WINDOW-DEMO 1 "1 June 2004"
-.SH NAME
-metacity-window-demo \- demo of window features
-.SH SYNOPSIS
-.B metacity-window-demo
-.SH DESCRIPTION
-.\" Putting a newline after each sentence can generate better output.
-This program demonstrates various kinds of windows that window
-managers and window manager themes should handle.
-.PP
-Be sure to tear off the menu and toolbar, those are also a special
-kind of window.
-.SH AUTHOR
-This manual page was written by Jose M. Moya <josem@die.upm.es>, for
-the Debian GNU/Linux system (but may be used by others).
-.SH "SEE ALSO"
-.\" Always quote multiple words for .SH
-.BR x-window-manager (1),
-.BR metacity (1),
-.BR metacity-theme-viewer (1).