Skip to content

Commit

Permalink
do not create ps files
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Apr 3, 2023
1 parent 2f2e63b commit f46a181
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DOC2DIR = $(shell pwd)/../debian/fai-setup-storage/usr/share/doc/fai-setup-stora
OPT = --dblatex-opts "-P latex.output.revhistory=0"


free: text html ps pdf
free: text html pdf
# echo "`grep -c FIXME $(DOC).txt` FIXMEs left to fix:"
# grep FIXME $(DOC).txt

Expand All @@ -21,11 +21,6 @@ pdf: $(DOC).txt images
a2x $(OPT) -L --icons -a toc -a toclevels=3 -f pdf $(DOC).txt
rm -f $(DOC).xml $(DOC).fo

.NOTPARALLEL: ps
ps: $(DOC).txt images
a2x $(OPT) -L --icons -a toc -a toclevels=3 -f ps $(DOC).txt
rm -f $(DOC).xml $(DOC).fo

# a2x uses lynx, maybe use w3m instead
# which texwidth for text output?
# asciidoc --doctype=article -a "toc" -a "toclevels=3" -f /etc/asciidoc/text.conf -b html4 -o - "f-guide.txt" | lynx -dump -stdin >"./f-guide.text"
Expand Down

0 comments on commit f46a181

Please sign in to comment.