Changeset 872 for ThirdParty/Glpk/trunk
- Timestamp:
- Dec 27, 2007 10:59:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/trunk/Makefile.in
r813 r872 26 26 27 27 ######################################################################## 28 # Maintainer Stuff#28 # Documentation installation # 29 29 ######################################################################## 30 30 … … 344 344 # Files that are generated and should be cleaned with make distclean 345 345 DISTCLEANFILES = $(MAKEOKFILE) $(am__append_2) $(VPATH_DISTCLEANFILES) 346 DocFiles = README AUTHORS LICENSE 347 DocInstallDir = $(prefix)/share/doc/$(PACKAGE_NAME) 346 348 all: all-am 347 349 … … 1337 1339 1338 1340 1341 install-doc: 1342 test -z "$(DocInstallDir)" || $(mkdir_p) "$(DESTDIR)$(DocInstallDir)" 1343 for file in $(DocFiles); do \ 1344 if test -f "$$file"; then dir=; else dir="$(srcdir)/"; fi; \ 1345 if test -f "$$dir$$file"; then $(INSTALL_DATA) "$$dir$$file" "$(DESTDIR)$(DocInstallDir)/$$file"; fi; \ 1346 done 1347 1348 uninstall-doc: 1349 for file in $(DocFiles); do \ 1350 rm -f "$(DESTDIR)$(DocInstallDir)/$$file"; \ 1351 done 1352 1353 ######################################################################## 1354 # Maintainer Stuff # 1355 ######################################################################## 1356 1339 1357 # Make sure acinclude is using most recent coin.m4 1340 1358 @MAINTAINER_MODE_TRUE@$(srcdir)/acinclude.m4: $(BUILDTOOLSDIR)/coin.m4 … … 1369 1387 @HAVE_EXTERNALS_TRUE@@MAINTAINER_MODE_TRUE@update-externals: .Externals-stamp 1370 1388 @HAVE_EXTERNALS_TRUE@@MAINTAINER_MODE_TRUE@ cd $(srcdir); svn update 1389 1390 .PHONY: install-doc uninstall-doc update-externals 1371 1391 # Tell versions [3.59,3.63) of GNU make to not export all variables. 1372 1392 # Otherwise a system limit (for SysV at least) may be exceeded.
Note: See TracChangeset
for help on using the changeset viewer.