blob: 62450336ee68e7d9968ffabd253d83bcb9b14fd2 (
plain)
1
2
3
4
5
6
7
|
SUBDIRS = scripts others html
templatestextdir = ${quanta_datadir}/templates/text
templatestext_DATA = dirinfo
install-data-hook:
@mv $(DESTDIR)$(templatestextdir)/dirinfo $(DESTDIR)$(templatestextdir)/.dirinfo
|