diff options
author | Alexis Puente Montiel <[email protected]> | 2022-02-17 22:17:14 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-04-19 02:03:46 +0200 |
commit | 3b06901a66232c9de174fae3c09bdad401b234c2 (patch) | |
tree | 45febdb0f0c24cd50eadf602025055b4d76b63b0 /quanta/data/templates/documents/Makefile.am | |
parent | dba2864aa3f9fb73ca33d80efd3258f4d82e1bb6 (diff) | |
download | tdewebdev-3b06901a66232c9de174fae3c09bdad401b234c2.tar.gz tdewebdev-3b06901a66232c9de174fae3c09bdad401b234c2.zip |
Quanta: Add dtep to support HTML5 mode.
Signed-off-by: Alexis Puente Montiel <[email protected]>
Minor fixes.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'quanta/data/templates/documents/Makefile.am')
-rw-r--r-- | quanta/data/templates/documents/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/data/templates/documents/Makefile.am b/quanta/data/templates/documents/Makefile.am index eb6533cd..f35b06b6 100644 --- a/quanta/data/templates/documents/Makefile.am +++ b/quanta/data/templates/documents/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = html others scripts +SUBDIRS = html html5 others scripts templatesdocumentsdir = ${quanta_datadir}/templates/documents templatesdocuments_DATA = dirinfo |