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