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.
This commit is contained in:
Sunil Mohan Adapa 2015-01-13 12:20:54 +05:30
parent 76717a6f08
commit b179331f49
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

View File