Changeset 782 for trunk/Clp/Makefile.in
- Timestamp:
- May 30, 2006 10:54:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/Makefile.in
r780 r782 240 240 # Here we need include all files that are not mentioned in other Makefiles 241 241 EXTRA_DIST = doc/authors.xml doc/basicmodelclasses.xml doc/clpexe.xml \ 242 doc/clpuserguide.xml doc/doxygen.xml doc/ faqcontent.xml\243 doc/faq .xml doc/intro.xml doc/legal.xml doc/messages.xml \244 doc/m oresamples.xml doc/notsobasic.xml doc/revhist.xml \245 doc/ Howto/docbook4clp.xml examples/addBits.cpp \242 doc/clpuserguide.xml doc/doxygen.xml doc/doxygen.conf \ 243 doc/faqcontent.xml doc/faq.xml doc/intro.xml doc/legal.xml \ 244 doc/messages.xml doc/moresamples.xml doc/notsobasic.xml \ 245 doc/revhist.xml doc/Howto/docbook4clp.xml examples/addBits.cpp \ 246 246 examples/addColumns.cpp examples/addRows.cpp \ 247 247 examples/decompose.cpp examples/defaults.cpp \ … … 726 726 if test -r test/Makefile; then cd test; make distclean; fi 727 727 728 .PHONY: test unitTest clean-test distclean-test 728 doc: 729 cd $(srcdir); doxygen doc/doxygen.conf 730 731 .PHONY: test unitTest clean-test distclean-test doc 729 732 730 733 install-exec-local:
Note: See TracChangeset
for help on using the changeset viewer.