You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/kpresenter/templates/Screen/Makefile.am

17 lines
696 B

install-data-local:
$(mkinstalldirs) $(DESTDIR)$(kde_datadir)/kpresenter/templates/Screen
$(mkinstalldirs) $(DESTDIR)$(kde_datadir)/kpresenter/templates/Screen/.source
for file in OneColumnLandscape.desktop TitleLandscape.desktop \
TwoColumnLandscape.desktop emptyLandscape.desktop ; do \
$(INSTALL_DATA) $(srcdir)/../common_desktop/$$file $(DESTDIR)$(kde_datadir)/kpresenter/templates/Screen/$$file ;\
done
$(INSTALL_DATA) $(srcdir)/.directory $(DESTDIR)$(kde_datadir)/kpresenter/templates/Screen
templatesrc_DATA = \
OneColumnLandscape.kpt \
TitleLandscape.kpt \
TwoColumnLandscape.kpt \
emptyLandscape.kpt
templatesrcdir = $(kde_datadir)/kpresenter/templates/Screen/.source