]> Cypherpunks.ru repositories - gocheese.git/blobdiff - Makefile
URL fixes
[gocheese.git] / Makefile
index 3fdfbd42e8a6c0194fa4553690761849d9e59502..d88c7e65a5d501d720e45c486dea89c608004d9b 100644 (file)
--- 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: