X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=Makefile;h=d88c7e65a5d501d720e45c486dea89c608004d9b;hb=dbd87e2e355a295d22ba31410ebf19951e1a62fc;hp=3fdfbd42e8a6c0194fa4553690761849d9e59502;hpb=646b1d3a001326dd6b9c6d60c3dbaa5a4d25361f;p=gocheese.git diff --git a/Makefile b/Makefile index 3fdfbd4..d88c7e6 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ all: gocheese gocheese.info gocheese: GOPATH=$(GOPATH) go build -o gocheese -ldflags "$(LDFLAGS)" $(MOD) -gocheese.info: gocheese.texi +gocheese.info: *.texi $(MAKEINFO) -o $@ gocheese.texi test: