blob: eb6533cd3a290c9b4ad8417949e57f0f0148c757 (
plain)
1
2
3
4
5
6
7
|
SUBDIRS = html others scripts
templatesdocumentsdir = ${quanta_datadir}/templates/documents
templatesdocuments_DATA = dirinfo
install-data-hook:
@mv $(DESTDIR)$(templatesdocumentsdir)/dirinfo $(DESTDIR)$(templatesdocumentsdir)/.dirinfo
|