mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +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>/'
|
csplit -s -f $@ $@01 '/<\/body>/'
|
||||||
mv $@00 $@
|
mv $@00 $@
|
||||||
rm $@01
|
rm $@01
|
||||||
%.html: %.mdwn header.html footer.html Makefile
|
%.html: %.mdwn Makefile
|
||||||
$(PANDOC) -s --toc -f markdown -o $@ header.html $< footer.html
|
$(PANDOC) -s --toc -f markdown -o $@ $<
|
||||||
|
|
||||||
hacking.html: hacking.mdwn ../TODO Makefile
|
hacking.html: hacking.mdwn ../TODO Makefile
|
||||||
$(PANDOC) -s --toc -o $@ -f markdown hacking.mdwn ../TODO
|
$(PANDOC) -s --toc -o $@ -f markdown hacking.mdwn ../TODO
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user