Sha256: ec6ecaef1ad9603dd4442bb6b5185988ce640d228643bdfb14db203b42cbe4cb

Contents?: true

Size: 676 Bytes

Versions: 14

Compression:

Stored size: 676 Bytes

Contents

#
# Makefile for ./doc path, used by configure
#

# these two lines are for cross-compiling, not tested
#srcdir = .
#VPATH = .

# changed to html, tex is not used anymore
#LATEX=@LATEX@
#DVIPS=@DVIPS@

OCRDOC=ocr
# add other source file to documentation here
# SRC=$(OCRDOC).tex

.PHONY : all clean proper install uninstall
default: all

all:	# do nothing!

#$(OCRDOC).ps: $(OCRDOC).dvi
#	$(DVIPS) -o $(OCRDOC).ps $?
#
#$(OCRDOC).dvi: $(SRC)
#	$(LATEX) $(OCRDOC).tex

install: all
	echo "Copy gocr.html to your document path."

uninstall:
	echo "Remove gocr.html from your document path."

clean:
	-rm -f *.bak *~ $(OCRDOC).{dvi,log,aux}

proper: clean
	-rm -f $(OCRDOC).ps 

Version data entries

14 entries across 7 versions & 2 rubygems

Version Path
entangledstate-isbn-1.4.1 src/gocr-0.48/doc/Makefile
entangledstate-isbn-1.4.1 src/gocr-0.48/doc/.#Makefile.1.6
isbn-2.0.4 src/gocr-0.48/doc/Makefile
isbn-2.0.4 src/gocr-0.48/doc/.#Makefile.1.6
isbn-2.0.3 src/gocr-0.48/doc/.#Makefile.1.6
isbn-2.0.3 src/gocr-0.48/doc/Makefile
isbn-2.0.2 src/gocr-0.48/doc/Makefile
isbn-2.0.2 src/gocr-0.48/doc/.#Makefile.1.6
isbn-2.0.1 src/gocr-0.48/doc/Makefile
isbn-2.0.1 src/gocr-0.48/doc/.#Makefile.1.6
isbn-2.0.0 src/gocr-0.48/doc/Makefile
isbn-2.0.0 src/gocr-0.48/doc/.#Makefile.1.6
isbn-1.4.1 src/gocr-0.48/doc/.#Makefile.1.6
isbn-1.4.1 src/gocr-0.48/doc/Makefile