Install HTML docs under $(docdir)/html
authorMike Miller <mtmiller@ieee.org>
Wed, 11 Apr 2012 00:14:56 +0000 (20:14 -0400)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 11 Apr 2012 06:52:15 +0000 (07:52 +0100)
Signed-off-by: Mike Miller <mtmiller@ieee.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
www/Makefile.am
www/images/Makefile.am
www/inc/Makefile.am
www/styles/Makefile.am

index 712da99..3f46a11 100644 (file)
@@ -10,7 +10,8 @@ TOPLEVEL_PAGES = contribute.html mail.html technical.html
 
 ALL_PAGES = $(FTR_PAGES) $(START_PAGES) $(INDEX_PAGES) $(TOPLEVEL_PAGES)
 
-pkgdata_DATA = $(ALL_PAGES)
+htmldir = $(docdir)/html
+html_DATA = $(ALL_PAGES)
 
 .xml.html:
        $(PYTHON) $(CONV) -d $(srcdir) $< > $@ || (rm $@; exit 1)
index 3494149..60fe9c7 100644 (file)
@@ -1,3 +1,3 @@
-imagesdir = $(pkgdatadir)/images
+imagesdir = $(docdir)/html/images
 dist_images_DATA = $(srcdir)/*.png $(srcdir)/*.svg
 
index 2da9b66..316c38b 100644 (file)
@@ -1,3 +1,3 @@
-tmpldatadir = $(pkgdatadir)/inc
+tmpldatadir = $(docdir)/html/inc
 dist_tmpldata_DATA = $(srcdir)/*.tmpl
 
index 3fa5214..a7a93d7 100644 (file)
@@ -1,3 +1,3 @@
-stylesdatadir = $(pkgdatadir)/styles
+stylesdatadir = $(docdir)/html/styles
 dist_stylesdata_DATA = main.css