Skip to content

Commit

Permalink
changed runautoconf instructions
Browse files Browse the repository at this point in the history
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@183 d0cd1f9f-072b-0410-8dd7-cf729c803f20
  • Loading branch information
tmbdev committed Aug 18, 2008
1 parent 1a76ccd commit a978ccb
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ distclean-tags:

maintainer-clean-tags:

distdir = $(PACKAGE_NAME)-$(PACKAGE_VERSION)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)

# This target untars the dist file and tries a VPATH configuration. Then
Expand Down
2 changes: 1 addition & 1 deletion ccmain/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ distclean-tags:

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(subdir)
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = ccmain

Expand Down
2 changes: 1 addition & 1 deletion ccstruct/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ distclean-tags:

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(subdir)
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = ccstruct

Expand Down
2 changes: 1 addition & 1 deletion ccutil/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ distclean-tags:

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(subdir)
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = ccutil

Expand Down
2 changes: 1 addition & 1 deletion classify/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ distclean-tags:

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(subdir)
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = classify

Expand Down
2 changes: 1 addition & 1 deletion cutil/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ distclean-tags:

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(subdir)
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = cutil

Expand Down
2 changes: 1 addition & 1 deletion dict/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ distclean-tags:

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(subdir)
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = dict

Expand Down
2 changes: 1 addition & 1 deletion dlltest/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ distclean-tags:

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(subdir)
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = dlltest

Expand Down
2 changes: 1 addition & 1 deletion image/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ distclean-tags:

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(subdir)
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = image

Expand Down
2 changes: 1 addition & 1 deletion java/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ distclean-tags:

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(subdir)
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = java

Expand Down
2 changes: 1 addition & 1 deletion pageseg/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ distclean-tags:

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(subdir)
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = pageseg

Expand Down
6 changes: 2 additions & 4 deletions runautoconf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,5 @@ automake --add-missing --copy
echo "All done."
echo "To build the software now, do something like:"
echo ""
echo "% mkdir build-directory"
echo "% cd build-directory"
echo "% ../configure [--with-debug] [...other options]"
echo ""
echo "$ ./configure [--with-debug] [...other options]"
echo "$ make"
2 changes: 1 addition & 1 deletion tessdata/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ distclean-tags:

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(subdir)
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = tessdata

Expand Down
2 changes: 1 addition & 1 deletion tessdata/configs/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ tags: TAGS
TAGS:


distdir = $(top_builddir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(subdir)
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = tessdata/configs

Expand Down
2 changes: 1 addition & 1 deletion tessdata/tessconfigs/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ tags: TAGS
TAGS:


distdir = $(top_builddir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(subdir)
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = tessdata/tessconfigs

Expand Down
2 changes: 1 addition & 1 deletion testing/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ tags: TAGS
TAGS:


distdir = $(top_builddir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(subdir)
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = testing

Expand Down
2 changes: 1 addition & 1 deletion textord/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ distclean-tags:

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(subdir)
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = textord

Expand Down
2 changes: 1 addition & 1 deletion training/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ distclean-tags:

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(subdir)
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = training

Expand Down
2 changes: 1 addition & 1 deletion viewer/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ distclean-tags:

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(subdir)
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = viewer

Expand Down
2 changes: 1 addition & 1 deletion wordrec/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ distclean-tags:

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(subdir)
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = wordrec

Expand Down

0 comments on commit a978ccb

Please sign in to comment.