0
3
1
... | ... |
@@ -8,9 +8,8 @@ |
8 | 8 |
if test ${doxygen_found} = yes; then \ |
9 | 9 |
cd doc; \ |
10 | 10 |
doxygen Doxyfile; \ |
11 | 11 |
cd ..; \ |
12 |
cp $(srcdir)/doc/icons/geom/ftv2* doc/html; \ |
|
13 | 12 |
fi |
14 | 13 |
|
15 | 14 |
doc-clean: |
16 | 15 |
if test ${doxygen_found} = yes; then \ |
... | ... |
@@ -18,9 +17,8 @@ |
18 | 17 |
rm -f doc/doxygen.log; \ |
19 | 18 |
cd doc; \ |
20 | 19 |
doxygen Doxyfile; \ |
21 | 20 |
cd ..; \ |
22 |
cp $(srcdir)/doc/icons/geom/ftv2* doc/html; \ |
|
23 | 21 |
fi |
24 | 22 |
|
25 | 23 |
clean-local: |
26 | 24 |
-rm -rf doc/html |
... | ... |
@@ -10,9 +10,10 @@ |
10 | 10 |
|
11 | 11 |
lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) |
12 | 12 |
lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) |
13 | 13 |
|
14 |
lemon_HEADERS += |
|
14 |
lemon_HEADERS += \ |
|
15 |
lemon/list_graph.h |
|
15 | 16 |
|
16 | 17 |
bits_HEADERS += |
17 | 18 |
|
18 | 19 |
concept_HEADERS += |
0 comments (0 inline)