diff options
Diffstat (limited to 'quanta/data/templates/text/Makefile.am')
-rw-r--r-- | quanta/data/templates/text/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/quanta/data/templates/text/Makefile.am b/quanta/data/templates/text/Makefile.am new file mode 100644 index 00000000..62450336 --- /dev/null +++ b/quanta/data/templates/text/Makefile.am @@ -0,0 +1,7 @@ +SUBDIRS = scripts others html + +templatestextdir = ${quanta_datadir}/templates/text +templatestext_DATA = dirinfo + +install-data-hook: + @mv $(DESTDIR)$(templatestextdir)/dirinfo $(DESTDIR)$(templatestextdir)/.dirinfo |