diff options
author | joye <joye> | 2013-12-27 20:18:17 (GMT) |
---|---|---|
committer | joye <joye> | 2013-12-27 20:18:17 (GMT) |
commit | ba5d3cc7c4f2c5c4b9a373a7268cba17e077d6a6 (patch) | |
tree | 326472a03fac1f614ee2f89cd013a341dfa633c2 /Makefile.in | |
parent | a167d8c0b3dc074f4a43f95169f51632e7bd6f3a (diff) | |
download | blt-ba5d3cc7c4f2c5c4b9a373a7268cba17e077d6a6.zip blt-ba5d3cc7c4f2c5c4b9a373a7268cba17e077d6a6.tar.gz blt-ba5d3cc7c4f2c5c4b9a373a7268cba17e077d6a6.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'Makefile.in')
-rwxr-xr-x | Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in index 9a1df23..f384631 100755 --- a/Makefile.in +++ b/Makefile.in @@ -181,7 +181,7 @@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(C # for the BINARIES that you specified above have already been done. #======================================================================== -all: binaries libraries doc +all: binaries libraries #doc #======================================================================== # The binaries target builds executable programs, Windows .dll's, unix @@ -201,12 +201,12 @@ libraries: #======================================================================== doc: -# @echo "If you have documentation to create, place the commands to" -# @echo "build the docs in the 'doc:' target. For example:" -# @echo " xml2nroff sample.xml > sample.n" -# @echo " xml2html sample.xml > sample.html" + @echo "If you have documentation to create, place the commands to" + @echo "build the docs in the 'doc:' target. For example:" + @echo " xml2nroff sample.xml > sample.n" + @echo " xml2html sample.xml > sample.html" -install: all install-binaries install-libraries install-doc +install: all install-binaries install-libraries #install-doc install-binaries: binaries install-lib-binaries install-bin-binaries |