diff options
author | Eric Anholt <eric@anholt.net> | 2007-01-09 09:46:31 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-01-09 09:46:31 -0800 |
commit | ea2c1d120e58e3eb5f2d8eedb3c32b2cfa052366 (patch) | |
tree | 5a911a58a329b71cf0f4436876223bff2394fa29 | |
parent | 34251361a60c9e0c0f3c51416985e067c2aa255a (diff) |
Move composite protocol description to the new canonical location/name.
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | compositeproto.txt (renamed from protocol) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index eca9e8e..dfc4a1c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,7 @@ composite_HEADERS = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = compositeproto.pc -compositedocdir = $(datadir)/doc/Composite -compositedoc_DATA = protocol +compositedocdir = $(datadir)/doc/$(PACKAGE) +compositedoc_DATA = compositeproto.txt EXTRA_DIST = autogen.sh compositeproto.pc.in $(compositedoc_DATA) diff --git a/protocol b/compositeproto.txt index aab857b..aab857b 100644 --- a/protocol +++ b/compositeproto.txt |