Changeset 863 for trunk/Makemain.inc
- Timestamp:
- Dec 27, 2007 10:02:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makemain.inc
r811 r863 12 12 13 13 DocFiles = README AUTHORS LICENSE 14 DocInstallDir = $(prefix)/share/doc/$(PACKAGE )14 DocInstallDir = $(prefix)/share/doc/$(PACKAGE_NAME) 15 15 16 install- exec-am:16 install-doc: 17 17 test -z "$(DocInstallDir)" || $(mkdir_p) "$(DESTDIR)$(DocInstallDir)" 18 18 for file in $(DocFiles); do \ … … 21 21 done 22 22 23 uninstall- am:23 uninstall-doc: 24 24 for file in $(DocFiles); do \ 25 25 rm -f "$(DESTDIR)$(DocInstallDir)/$$file"; \ … … 76 76 77 77 DISTCLEANFILES += $(VPATH_DISTCLEANFILES) 78 79 .PHONY: install-doc uninstall-doc update-externals
Note: See TracChangeset
for help on using the changeset viewer.