summaryrefslogtreecommitdiff
blob: 572693487c33edda5b548673d9025986ea01c184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff --git a/docs/user-docs/Makefile.am b/docs/user-docs/Makefile.am
index 030f67c..dcb207b 100644
--- a/docs/user-docs/Makefile.am
+++ b/docs/user-docs/Makefile.am
@@ -1,6 +1,6 @@
 SUBDIRS = images
 
-helpfilesdir = $(datadir)/ghemical/@APPVERSION@/user-docs
+helpfilesdir = $(datadir)/docs/ghemical-@APPVERSION@/html
 helpfiles_DATA = *.css *.html
 
 EXTRA_DIST = $(helpfiles_DATA)
diff --git a/docs/user-docs/images/Makefile.am b/docs/user-docs/images/Makefile.am
index fae0ffd..a569151 100644
--- a/docs/user-docs/images/Makefile.am
+++ b/docs/user-docs/images/Makefile.am
@@ -1,4 +1,4 @@
-helpimagesdir = $(datadir)/ghemical/@APPVERSION@/user-docs/images
+helpimagesdir = $(datadir)/docs/ghemical-@APPVERSION@/html/images
 helpimages_DATA = *.png
 
 EXTRA_DIST = $(helpimages_DATA)