Skip to content

Commit

Permalink
added README to Makefile (as a documentation file)
Browse files Browse the repository at this point in the history
  • Loading branch information
auerswal committed Jun 3, 2017
1 parent 96c1fc0 commit 6db731f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -4,7 +4,7 @@ PREFIX := /usr/local
BINDIR := $(PREFIX)/bin
MANDIR := $(PREFIX)/share/man/man1
DOCDIR := $(PREFIX)/share/doc/ssocr
DOCS := AUTHORS COPYING INSTALL THANKS
DOCS := AUTHORS COPYING INSTALL README THANKS
VERSION := $(shell sed -n 's/^.*VERSION.*\(".*"\).*/\1/p' defines.h)

all: ssocr ssocr.1
Expand Down

0 comments on commit 6db731f

Please sign in to comment.