diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-23 08:02:08 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-23 08:02:08 -0700 |
commit | 2d8fa1b7905bbbc37f42f651ed1f881359ac6a09 (patch) | |
tree | f6a85e38d870ce4119ad9c47115f1be2ffc59814 | |
parent | f7e752f3842fddff907901cccb45dde77c297d20 (diff) |
Add xorg.css to CLEANFILES to pass make distcheck
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 8840776..cd2392e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -31,7 +31,7 @@ if HAVE_FOP doc_DATA += Xmu.pdf Xmu.ps endif -CLEANFILES = Xmu.txt Xmu.html Xmu.pdf Xmu.ps +CLEANFILES = Xmu.txt Xmu.html Xmu.pdf Xmu.ps xorg.css if HAVE_STYLESHEETS STYLESHEET_SRCDIR = $(XORG_SGML_PATH)/X11 |