blob: f5a02b099d92c6471eab214db14234d4605fd030 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
http://bugs.gentoo.org/327353
--- doc/Makefile.am
+++ doc/Makefile.am
@@ -6,7 +6,7 @@
CLEANFILES = index.html compatibility.html changelog.html license.html Xdialog.1
-doc_DATA = index.html compatibility.html changelog.html license.html $(srcdir)/*.html $(srcdir)/*.png
+doc_DATA = $(srcdir)/*.html $(srcdir)/*.png
man_MANS = Xdialog.1
|