Merge pull request #95 from binki/master

Drop extraneous backslash in Makefile.in and use charset=utf-8 instead of charset-utf-8 in mkd2html
This commit is contained in:
David Parsons
2013-10-22 22:31:28 -07:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ install.everything: install install.samples install.man
install.samples: $(SAMPLE_PGMS) install $(DESTDIR)$(BINDIR)
@INSTALL_DIR@ $(DESTDIR)$(MANDIR)/man1
for x in $(SAMPLE_PGMS); do \\
for x in $(SAMPLE_PGMS); do \
@INSTALL_PROGRAM@ $$x $(DESTDIR)$(BINDIR)/$(SAMPLE_PFX)$$x; \
@INSTALL_DATA@ $$x.1 $(DESTDIR)$(MANDIR)/man1/$(SAMPLE_PFX)$$x; \
done
+1 -1
View File
@@ -159,7 +159,7 @@ char **argv;
" <meta name=\"GENERATOR\" content=\"mkd2html %s\">\n", markdown_version);
fprintf(output," <meta http-equiv=\"Content-Type\"\n"
" content=\"text/html; charset-utf-8\">");
" content=\"text/html; charset=utf-8\">");
for ( i=0; i < S(css); i++ )
fprintf(output, " <link rel=\"stylesheet\"\n"