blob: a0b89737d7e5dffe3f60164951297cae6ab17032 (
plain)
1
2
3
4
5
6
7
8
9
|
EXTRA_DIST = keyboardshortcuts.htm mousecontrols.htm
install-exec-hook:
@echo Copying the UI documentation files...
mkdir -p $(DESTDIR)/$(bindir)/NanoEngineer-$(PACKAGE_VERSION).app/doc
cp keyboardshortcuts.htm $(DESTDIR)/$(bindir)/NanoEngineer-$(PACKAGE_VERSION).app/doc/
cp mousecontrols.htm $(DESTDIR)/$(bindir)/NanoEngineer-$(PACKAGE_VERSION).app/doc/
|