From b179331f494fe90e3d5341805ef0639263d950a9 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 13 Jan 2015 12:20:54 +0530 Subject: [PATCH] Remove empty header and footer documentation files These cause lintain warning during Debian package building. They currently don't serve any purpose as they are empty. They can be re-added when they have some content. --- doc/Makefile | 4 ++-- doc/footer.html | 0 doc/header.html | 0 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 doc/footer.html delete mode 100644 doc/header.html diff --git a/doc/Makefile b/doc/Makefile index d97c355d5..d747fe758 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -94,8 +94,8 @@ latex: $(LATEX) csplit -s -f $@ $@01 '/<\/body>/' mv $@00 $@ rm $@01 -%.html: %.mdwn header.html footer.html Makefile - $(PANDOC) -s --toc -f markdown -o $@ header.html $< footer.html +%.html: %.mdwn Makefile + $(PANDOC) -s --toc -f markdown -o $@ $< hacking.html: hacking.mdwn ../TODO Makefile $(PANDOC) -s --toc -o $@ -f markdown hacking.mdwn ../TODO diff --git a/doc/footer.html b/doc/footer.html deleted file mode 100644 index e69de29bb..000000000 diff --git a/doc/header.html b/doc/header.html deleted file mode 100644 index e69de29bb..000000000