diff options
author | Eric Anholt <eric@anholt.net> | 2007-01-08 13:45:10 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-01-08 13:45:10 -0800 |
commit | 97c47fc81f0dc152e1d32800ce5022d2d25c3c43 (patch) | |
tree | b25b459baf5f71d02f3f83c10f3a48848d116e42 | |
parent | 7a6e37818a6854ec4d74f80ce5053e04b7ae75ba (diff) | |
download | xorg-proto-damageproto-97c47fc81f0dc152e1d32800ce5022d2d25c3c43.tar.gz |
Install the protocol doc as damageproto.txt in its canonical doc dir.
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | damageproto.txt (renamed from protocol) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 726f5f5..b5ef4bb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,8 +29,8 @@ damage_HEADERS = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = damageproto.pc -damagedocdir = $(datadir)/doc/Damage -damagedoc_DATA = protocol +damagedocdir = $(datadir)/doc/$(PACKAGE) +damagedoc_DATA = damageproto.txt EXTRA_DIST = autogen.sh damageproto.pc.in $(damagedoc_DATA) diff --git a/protocol b/damageproto.txt index 58e255b..58e255b 100644 --- a/protocol +++ b/damageproto.txt |