mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
a518e9a59f
(note that 0.58 is out, but I want to lets the bugs shake out of it first).
21 lines
391 B
Plaintext
21 lines
391 B
Plaintext
--- doc/makefile.orig Thu Oct 3 16:40:44 1996
|
|
+++ doc/makefile Mon Jan 13 01:29:09 1997
|
|
@@ -1,10 +1,16 @@
|
|
+fbsd: manual.latin1 manual.html
|
|
+
|
|
all: manual.txt manual.html
|
|
|
|
manual.txt: manual.sgml
|
|
sgml2txt manual
|
|
|
|
manual.html: manual.sgml
|
|
- sgml2html manual
|
|
+ #sgml2html manual
|
|
+ sgmlfmt -f html manual
|
|
+
|
|
+manual.latin1: manual.sgml
|
|
+ sgmlfmt -f latin1 manual.sgml
|
|
|
|
clean:
|
|
rm -f *~
|