You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3dpcp/.svn/pristine/e5/e5648cb17d084763dbd12fe2190...

40 lines
676 B
Plaintext

#
# 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