Sha256: cfe361c7061f420b7e86e0702c04f64196971d77801b637409315c3d60551805
Contents?: true
Size: 690 Bytes
Versions: 7
Compression:
Stored size: 690 Bytes
Contents
# # Makefile for ./doc path, used by configure # # these two lines are for cross-compiling, not tested #srcdir = @srcdir@ #VPATH = @srcdir@ # 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
7 entries across 7 versions & 2 rubygems