blob: f7b47129a6b28e657c306551bfcf6a5fb5aed3fe (
plain)
1
2
3
4
5
6
7
|
SUBDIRS = php html html5 docbook
templatespagesdir = ${quanta_datadir}/templates/pages
templatespages_DATA = dirinfo
install-data-hook:
@mv $(DESTDIR)$(templatespagesdir)/dirinfo $(DESTDIR)$(templatespagesdir)/.dirinfo
|