From e9999aa93cfde9b87646740f01e723b294bb90e6 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Wed, 20 Nov 2002 04:57:25 +0000 Subject: [PATCH] add DTD for themes from Ross Burton 2002-11-20 Havoc Pennington * doc/metacity-theme.dtd: add DTD for themes from Ross Burton * doc/Makefile.am: doc subdir * doc/theme-format.txt: move to doc subdir --- ChangeLog | 8 + Makefile.am | 2 +- doc/Makefile.am | 2 + doc/metacity-theme.dtd | 273 +++++++++++++++++++++++ theme-format.txt => doc/theme-format.txt | 0 5 files changed, 284 insertions(+), 1 deletion(-) create mode 100644 doc/Makefile.am create mode 100644 doc/metacity-theme.dtd rename theme-format.txt => doc/theme-format.txt (100%) diff --git a/ChangeLog b/ChangeLog index 509e04d7c..def598d7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-11-20 Havoc Pennington + + * doc/metacity-theme.dtd: add DTD for themes from Ross Burton + + * doc/Makefile.am: doc subdir + + * doc/theme-format.txt: move to doc subdir + 2002-11-19 Havoc Pennington Should really fix #98303 diff --git a/Makefile.am b/Makefile.am index 08d8498dd..409f9b47f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS=src po +SUBDIRS=src po doc EXTRA_DIST=HACKING theme-format.txt metacity.spec.in metacity.spec \ intltool-extract.in intltool-merge.in intltool-update.in diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 000000000..f2c0073d5 --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,2 @@ + +EXTRA_DIST=theme-format.txt metacity-theme.dtd diff --git a/doc/metacity-theme.dtd b/doc/metacity-theme.dtd new file mode 100644 index 000000000..4c52a1a49 --- /dev/null +++ b/doc/metacity-theme.dtd @@ -0,0 +1,273 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme-format.txt b/doc/theme-format.txt similarity index 100% rename from theme-format.txt rename to doc/theme-format.txt