header wird nicht mehr benoetigt. die option -style im Makefile erledigt diese aufgabe
This commit is contained in:
parent
180f29e823
commit
508fc895c5
2 changed files with 1 additions and 10 deletions
|
@ -35,7 +35,7 @@ offline: LINE_STATUS=offline
|
||||||
online offline: clean-targets $(TARGET_FILES)
|
online offline: clean-targets $(TARGET_FILES)
|
||||||
|
|
||||||
$(TARGET_FILES): $(HTML_FILES) $(ASC_FILES)
|
$(TARGET_FILES): $(HTML_FILES) $(ASC_FILES)
|
||||||
cat header.asc nav.$(LINE_STATUS).asc $(notdir $(basename $@))/$(notdir $@) footer.asc >$@
|
cat nav.$(LINE_STATUS).asc $(notdir $(basename $@))/$(notdir $@) footer.asc >$@
|
||||||
|
|
||||||
|
|
||||||
# create tex files from lyx
|
# create tex files from lyx
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
||||||
<html lang=de>
|
|
||||||
<head>
|
|
||||||
<title>
|
|
||||||
</title>
|
|
||||||
<link rel="stylesheet" type="text/css" href="cryptocd.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
Loading…
Reference in a new issue