mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
14 lines
576 B
Diff
14 lines
576 B
Diff
* manual.html is missing from the distribution
|
|
author: Miguel Dias Costa (National University of Singapore)
|
|
--- Makefile.orig 2018-06-18 12:12:48.081168468 +0800
|
|
+++ Makefile 2018-06-18 12:13:02.795191541 +0800
|
|
@@ -124,7 +124,7 @@
|
|
# install cannot work on a whole directory
|
|
cp -rf examples $(INSTDIR)/share/BerkeleyGW/
|
|
cp -rf testsuite $(INSTDIR)/share/BerkeleyGW/
|
|
- install manual.html $(INSTDIR)/share/BerkeleyGW/
|
|
+ #install manual.html $(INSTDIR)/share/BerkeleyGW/
|
|
else
|
|
$(error Error: Please define installation prefix INSTDIR via 'make install INSTDIR='.)
|
|
endif
|