summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorshivam kohli <kohlishivam5522@gmail.com>2018-08-02 03:15:12 +0530
committershivam kohli <kohlishivam5522@gmail.com>2018-08-02 03:15:12 +0530
commitdcfedfee9d419619a660ef4fe0ddd8153f8d180c (patch)
tree071aa00822a9fb66a0c0124e7e13019149970ddf /templates
parent5f08ba26712d7cdcc9adbcb2bacd6b2e60f2d4d0 (diff)
downloadcodeless-dcfedfee9d419619a660ef4fe0ddd8153f8d180c.tar.gz
codeless-dcfedfee9d419619a660ef4fe0ddd8153f8d180c.tar.bz2
codeless-dcfedfee9d419619a660ef4fe0ddd8153f8d180c.zip
typo
Diffstat (limited to 'templates')
-rw-r--r--templates/Makefile.am1
-rw-r--r--templates/inventory/Makefile.am15
-rw-r--r--templates/inventory/reset/Makefile.am10
3 files changed, 26 insertions, 0 deletions
diff --git a/templates/Makefile.am b/templates/Makefile.am
new file mode 100644
index 0000000..bd82518
--- /dev/null
+++ b/templates/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = . inventory
diff --git a/templates/inventory/Makefile.am b/templates/inventory/Makefile.am
new file mode 100644
index 0000000..cdf4245
--- /dev/null
+++ b/templates/inventory/Makefile.am
@@ -0,0 +1,15 @@
+SUBDIRS = . reset
+
+EXTRA_DIST = \
+ base1.html \
+ base2.html \
+ digital_inventory.html \
+ fulfillment.html \
+ home.html \
+ index.html \
+ login.html \
+ new_product.html \
+ order.html \
+ product.html \
+ shipment_details.html \
+ signup.html \ No newline at end of file
diff --git a/templates/inventory/reset/Makefile.am b/templates/inventory/reset/Makefile.am
new file mode 100644
index 0000000..3fb92aa
--- /dev/null
+++ b/templates/inventory/reset/Makefile.am
@@ -0,0 +1,10 @@
+SUBDIRS = .
+
+EXTRA_DIST = \
+ base.html \
+ password_reset_complete.html \
+ password_reset_confirm.html \
+ password_reset_done.html \
+ password_reset_email.html \
+ password_reset_form.html \
+ password_reset_subject.txt \ No newline at end of file