]> Cypherpunks.ru repositories - govpn.git/commitdiff
Capitalize makefile filename
authorSergey Matveev <stargrave@stargrave.org>
Sun, 10 May 2015 09:18:29 +0000 (12:18 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 10 May 2015 18:47:55 +0000 (21:47 +0300)
Signed-off-by: Sergey Matveev <stargrave@stargrave.org>
Makefile [moved from makefile with 100% similarity]
doc/Makefile [moved from doc/makefile with 74% similarity]
src/Makefile [moved from src/makefile with 100% similarity]

similarity index 100%
rename from makefile
rename to Makefile
similarity index 74%
rename from doc/makefile
rename to doc/Makefile
index c959269cf8eb2d679e7540904ec1533eb63b2ebf..ec5af2ac7212528ccb259acb9f36f228c0727773 100644 (file)
@@ -3,11 +3,11 @@ all: govpn.info govpn.html
 MAKEINFO ?= makeinfo
 
 govpn.info: *.texi handshake.utxt
-       makeinfo govpn.texi
+       $(MAKEINFO) govpn.texi
 
 handshake.utxt: handshake.txt
        plantuml -tutxt handshake.txt
 
 govpn.html: *.texi handshake.utxt
        rm -f govpn.html/*.html
-       makeinfo --html -o govpn.html govpn.texi
+       $(MAKEINFO) --html -o govpn.html govpn.texi
similarity index 100%
rename from src/makefile
rename to src/Makefile