Changeset 899 for trunk/Makemain.inc
- Timestamp:
- Jan 5, 2008 7:42:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makemain.inc
r863 r899 1 # Copyright (C) 2006 International Business Machines and others.1 # Copyright (C) 2006, 2007 International Business Machines and others. 2 2 # All Rights Reserved. 3 3 # This file is distributed under the Common Public License. … … 12 12 13 13 DocFiles = README AUTHORS LICENSE 14 DocInstallDir = $(prefix)/share/doc/ $(PACKAGE_NAME)14 DocInstallDir = $(prefix)/share/doc/coin/$(PACKAGE_NAME) 15 15 16 install-doc: 16 install-doc: $(DocFiles) 17 17 test -z "$(DocInstallDir)" || $(mkdir_p) "$(DESTDIR)$(DocInstallDir)" 18 18 for file in $(DocFiles); do \
Note: See TracChangeset
for help on using the changeset viewer.