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