diff --git a/.gitignore b/.gitignore index 902ea26..33c24f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ MANIFEST -*/man1 /man/git-ftp.1 diff --git a/man/Makefile b/man/Makefile index ba64757..15f1aa2 100644 --- a/man/Makefile +++ b/man/Makefile @@ -2,10 +2,12 @@ SHELL=/bin/sh # files that need mode 644 MAN_FILE=git-ftp.1 -HTML_FILE=html/git-ftp.html +HTML_FILE=git-ftp.html all: @echo "usage: make man" + @echo " make man-ronn # use ronn instead of pandoc" + @echo " make html" @echo " make clean" man: pandoc -s \ diff --git a/man/html/git-ftp.css b/man/git-ftp.css old mode 100755 new mode 100644 similarity index 89% rename from man/html/git-ftp.css rename to man/git-ftp.css index 56c6e9e..e05d287 --- a/man/html/git-ftp.css +++ b/man/git-ftp.css @@ -1,8 +1,7 @@ body { - color: black; font-family: Verdana, sans-serif; font-size: 100%; - color: #333; + color: #333; } pre { border: 1px dotted gray; @@ -13,9 +12,9 @@ pre { code { font-family: monospace; } -h1 a, h2 a, h3 a, h4 a, h5 a { +h1 a, h2 a, h3 a, h4 a, h5 a { text-decoration: none; - color: #7a5ada; + color: #7a5ada; } h1, h2, h3, h4, h5 { font-family: verdana; font-weight: bold; @@ -43,7 +42,7 @@ h5 { font-style: italic; } -h1.title { +.title { font-size: 200%; font-weight: bold; padding-top: 0.2em;