diff html/Makefile.am @ 12:c2a2e35a85ac

final documentation, rpm builds properly
author carl
date Sat, 17 Dec 2005 16:17:09 -0800
parents a9b52f657f08
children 75361069c6ef
line wrap: on
line diff
--- a/html/Makefile.am	Thu Dec 15 16:20:17 2005 -0800
+++ b/html/Makefile.am	Sat Dec 17 16:17:09 2005 -0800
@@ -1,1 +1,3 @@
-EXTRA_DIST = $(wildcard *.html) $(wildcard *.pdf)
+htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@
+html_DATA = $(wildcard *.html) $(wildcard *.pdf)
+EXTRA_DIST = $(html_DATA)