mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
76717a6f08
commit
b179331f49
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user